diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb b/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb index dfb9d4a4cc..6bd8c52eb0 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb | |||
@@ -1,6 +1,8 @@ | |||
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 | |||
4 | FILES_${PN}-core_append += " \ | 6 | FILES_${PN}-core_append += " \ |
5 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ | 7 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ |
6 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ | 8 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ |