diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb | 13 |
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" | |||
78 | RDEPENDS:${PN}-words += "${PN}-core" | 78 | RDEPENDS:${PN}-words += "${PN}-core" |
79 | RDEPENDS:${PN}-flow += "${PN}-core" | 79 | RDEPENDS:${PN}-flow += "${PN}-core" |
80 | RDEPENDS:${PN}-pair += "${PN}-core" | 80 | RDEPENDS:${PN}-pair += "${PN}-core" |
81 | RDEPENDS:${PN}-dbg = "${PN}" | ||
82 | 81 | ||
83 | FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/${PYPI_PACKAGE}-${PV}.dist-info/*" | 82 | FILES:${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 | ||
246 | FILES:${PN}-dbg += " \ | ||
247 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ | ||
248 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ | ||
249 | " | ||
250 | |||
251 | FILES:${PN}-doc += " \ | 245 | FILES:${PN}-doc += " \ |
252 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ | 246 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ |
253 | " | 247 | " |
254 | 248 | ||
255 | RDEPENDS:${PN}-src = "${PN}" | ||
256 | FILES:${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 | |||
262 | FILES:${PN}-core:append = " \ | 249 | FILES:${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 \ |