diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb index 8fd7801c35..6af9b6b92b 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_22.1.0.bb | |||
@@ -80,8 +80,7 @@ RDEPENDS:${PN}-flow += "${PN}-core" | |||
80 | RDEPENDS:${PN}-pair += "${PN}-core" | 80 | RDEPENDS:${PN}-pair += "${PN}-core" |
81 | RDEPENDS:${PN}-dbg = "${PN}" | 81 | RDEPENDS:${PN}-dbg = "${PN}" |
82 | 82 | ||
83 | ALLOW_EMPTY:${PN} = "1" | 83 | FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/${PYPI_PACKAGE}-${PV}.dist-info/*" |
84 | FILES:${PN} = "" | ||
85 | 84 | ||
86 | FILES:${PN}-test = " \ | 85 | FILES:${PN}-test = " \ |
87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ | 86 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ |