summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
index 2cf5ccc65d..5a000bc6a1 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
@@ -78,7 +78,6 @@ RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols"
78RDEPENDS:${PN}-words += "${PN}-core" 78RDEPENDS:${PN}-words += "${PN}-core"
79RDEPENDS:${PN}-flow += "${PN}-core" 79RDEPENDS:${PN}-flow += "${PN}-core"
80RDEPENDS:${PN}-pair += "${PN}-core" 80RDEPENDS:${PN}-pair += "${PN}-core"
81RDEPENDS:${PN}-dbg = "${PN}"
82 81
83FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/${PYPI_PACKAGE}-${PV}.dist-info/*" 82FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/${PYPI_PACKAGE}-${PV}.dist-info/*"
84 83
@@ -243,22 +242,10 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_pair.py* \
243${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \ 242${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \
244" 243"
245 244
246FILES:${PN}-dbg += " \
247${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \
248${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \
249"
250
251FILES:${PN}-doc += " \ 245FILES:${PN}-doc += " \
252 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ 246 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \
253" 247"
254 248
255RDEPENDS:${PN}-src = "${PN}"
256FILES:${PN}-src = " \
257 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \
258 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \
259 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \
260"
261
262FILES:${PN}-core:append = " \ 249FILES:${PN}-core:append = " \
263 ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ 250 ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
264 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ 251 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \