diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb | 2 |
1 files changed, 1 insertions, 1 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 98016cca39..d7533d8e70 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,7 +1,7 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-twisted.inc | 2 | require python-twisted.inc |
3 | 3 | ||
4 | RDEPENDS_${PN}-core = "python3-core python3-zopeinterface python3-lang" | 4 | RDEPENDS_${PN}-core += "python3-lang" |
5 | 5 | ||
6 | FILES_${PN}-core_append += " \ | 6 | FILES_${PN}-core_append += " \ |
7 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ | 7 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ |