summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-twisted.inc4
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb2
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted.inc b/meta-python/recipes-devtools/python/python-twisted.inc
index 01616b168..456adf4c3 100644
--- a/meta-python/recipes-devtools/python/python-twisted.inc
+++ b/meta-python/recipes-devtools/python/python-twisted.inc
@@ -35,7 +35,6 @@ PACKAGES += "\
35" 35"
36 36
37PACKAGES =+ "\ 37PACKAGES =+ "\
38 ${PN}-src \
39 ${PN}-bin \ 38 ${PN}-bin \
40" 39"
41 40
@@ -242,9 +241,10 @@ FILES_${PN}-doc += " \
242 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ 241 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \
243" 242"
244 243
245RDEPENDS_{PN}-src = "${PN}" 244RDEPENDS_${PN}-src = "${PN}"
246FILES_${PN}-src = " \ 245FILES_${PN}-src = " \
247 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ 246 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \
248 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ 247 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \
249 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ 248 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \
250" 249"
250
diff --git a/meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb b/meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb
index 6bd8c52eb..dfb9d4a4c 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb
@@ -1,8 +1,6 @@
1inherit pypi setuptools3 1inherit pypi setuptools3
2require python-twisted.inc 2require python-twisted.inc
3 3
4PACKAGES_remove = "${PN}-src"
5
6FILES_${PN}-core_append += " \ 4FILES_${PN}-core_append += " \
7 ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ 5 ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
8 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ 6 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \