diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-twisted.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_18.4.0.bb | 2 |
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 01616b168b..456adf4c39 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 | ||
37 | PACKAGES =+ "\ | 37 | PACKAGES =+ "\ |
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 | ||
245 | RDEPENDS_{PN}-src = "${PN}" | 244 | RDEPENDS_${PN}-src = "${PN}" |
246 | FILES_${PN}-src = " \ | 245 | FILES_${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 6bd8c52eb0..dfb9d4a4cc 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 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-twisted.inc | 2 | require python-twisted.inc |
3 | 3 | ||
4 | PACKAGES_remove = "${PN}-src" | ||
5 | |||
6 | FILES_${PN}-core_append += " \ | 4 | FILES_${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 \ |