diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb b/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb index 2be1709d04..7fc8c65e5a 100644 --- a/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb +++ b/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | |||
| @@ -2,3 +2,9 @@ inherit pypi setuptools | |||
| 2 | require python-twisted.inc | 2 | require python-twisted.inc |
| 3 | 3 | ||
| 4 | RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" | 4 | RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" |
| 5 | |||
| 6 | # Not yet ported to py3 yet available in py2 | ||
| 7 | # See src/twisted/python/_setup.py -- notPortedModules | ||
| 8 | RDEPENDS_${PN} += "\ | ||
| 9 | ${PN}-news \ | ||
| 10 | " | ||
