aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-12-15 15:21:55 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-11 13:26:25 -0800
commit3d560f66c2da005369102d4542c7639299697fa3 (patch)
tree4a73c3db79728668375d8d75301e2f90c80d9b00
parentffd25a24b0d90d2cd2d067e273d91ffec65b0add (diff)
downloadmeta-python2-3d560f66c2da005369102d4542c7639299697fa3.tar.gz
python-twisted: restore RDEPENDS on -news for py2
Although this plugin has not yet been ported to py3 it is available in py2. The previous commit isn't clear about what is being addressed but I assume it is: nothing provides python3-twisted-news needed by python3-twisted-17.9.0-r0.corei7_64 For py2 this package is valid and so we should maintain the RDEPENDS, restore this RDEPENDS for py2. (From meta-openembedded commit: a68639ab84762cf878c8c9c65724bb6d98dd52ef) Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-twisted_17.9.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-twisted_17.9.0.bb b/recipes-devtools/python/python-twisted_17.9.0.bb
index 2be1709..7fc8c65 100644
--- a/recipes-devtools/python/python-twisted_17.9.0.bb
+++ b/recipes-devtools/python/python-twisted_17.9.0.bb
@@ -2,3 +2,9 @@ inherit pypi setuptools
require python-twisted.inc
RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib"
+
+# Not yet ported to py3 yet available in py2
+# See src/twisted/python/_setup.py -- notPortedModules
+RDEPENDS_${PN} += "\
+ ${PN}-news \
+ "