mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
11 lines
246 B
BlitzBasic
11 lines
246 B
BlitzBasic
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 \
|
|
"
|