summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-twisted_17.9.0.bb6
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 2be1709d0..7fc8c65e5 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
2require python-twisted.inc 2require python-twisted.inc
3 3
4RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" 4RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib"
5
6# Not yet ported to py3 yet available in py2
7# See src/twisted/python/_setup.py -- notPortedModules
8RDEPENDS_${PN} += "\
9 ${PN}-news \
10 "