mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
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 <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
2731f210cc
commit
12c394588c
@@ -49,9 +49,12 @@ RDEPENDS_${PN} = "\
|
||||
${PN}-conch \
|
||||
${PN}-mail \
|
||||
${PN}-names \
|
||||
${PN}-pair \
|
||||
${PN}-protocols \
|
||||
${PN}-runner \
|
||||
${PN}-web \
|
||||
${PN}-words \
|
||||
${PN}-zsh \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-core = "${PYTHON_PN}-core ${PYTHON_PN}-zopeinterface ${PYTHON_PN}-incremental ${PYTHON_PN}-constantly ${PYTHON_PN}-hyperlink ${PYTHON_PN}-automat"
|
||||
|
||||
Reference in New Issue
Block a user