summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-03-10 13:25:21 +0000
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-11 08:48:38 -0500
commitce5e0278cf3f05abb4fbfbea67b41d15a6d253d7 (patch)
tree3fad8a9c798d3243a921122697268da22a91807b /meta-python/recipes-devtools/python
parentf3bacf644ec838dec002cd5d42811575dd413f67 (diff)
downloadmeta-openembedded-ce5e0278cf3f05abb4fbfbea67b41d15a6d253d7.tar.gz
python3-twisted: remove empty PN-src and PN-dbg
Nothing is packaged in these, there are no debug symbols and the sources are packaged into the regular packages. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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 \