From 12c394588cbda922482c14616135030f530e8a2e Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 30 Oct 2018 11:14:18 -0400 Subject: python-twisted: Add more python-twisted-* packages to the "meta" package Whereas the python-twisted-core package is used to install the minimum components of python-twisted, the python-twisted package is essentially a 'meta' package which installs all of the python-twisted-* packages (used by folks that don't want to determine which components they are interested in). Add additional packages to the python-twisted 'meta' package. NOTE: that there are still modules of python-twisted which have not been ported to python3 (see src/twisted/python/_setup.py "notPortedModules") so the installed packages for py2 vs. py3 will not be the same (ie. python-twisted-news is only part of the py2 package). Signed-off-by: Mark Asselstine Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-twisted_18.4.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-twisted_18.4.0.bb') diff --git a/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb b/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb index 2be1709d04..5903db3e02 100644 --- a/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb +++ b/meta-python/recipes-devtools/python/python-twisted_18.4.0.bb @@ -2,3 +2,7 @@ inherit pypi setuptools require python-twisted.inc RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" + +RDEPENDS_${PN} += " \ + ${PN}-news \ +" -- cgit v1.2.3-54-g00ecf