[oe-commits] [meta-openembedded] 05/06: python-twisted: restore RDEPENDS on -news for py2

git at git.openembedded.org git at git.openembedded.org
Fri Jan 12 15:50:47 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch rocko-next
in repository meta-openembedded.

commit a68639ab84762cf878c8c9c65724bb6d98dd52ef
Author: Mark Asselstine <mark.asselstine at windriver.com>
AuthorDate: Fri Dec 15 15:21:55 2017 -0500

    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.
    
    Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | 6 ++++++
 1 file changed, 6 insertions(+)

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 2be1709..7fc8c65 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
 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 \
+    "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list