aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/packagegroups/packagegroup-meta-python2.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2019-11-30 22:17:03 -0800
committerTim Orling <ticotimo@gmail.com>2019-12-01 18:08:12 -0800
commitf5c767318ad292eb4826d5be9a09a62fd778d0e8 (patch)
tree6ae407f8edf7af8ddf518d036b9e59d348ab8cb5 /recipes-core/packagegroups/packagegroup-meta-python2.bb
parent6c92d390aa3379ff749b8bba7121341b6ca08818 (diff)
downloadmeta-python2-f5c767318ad292eb4826d5be9a09a62fd778d0e8.tar.gz
packagegroup-meta-python2: add moved packages
Add packages moved from meta-oe and meta-networking NOTE: python-ldap RDEPENDS on cyrus-sasl from meta-networking. For now it is excluded from packagegroup-meta-python2 as this adds a dependency on meta-python that is undesirable. Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-core/packagegroups/packagegroup-meta-python2.bb')
-rw-r--r--recipes-core/packagegroups/packagegroup-meta-python2.bb18
1 files changed, 10 insertions, 8 deletions
diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups/packagegroup-meta-python2.bb
index 3a458d2..8397f5f 100644
--- a/recipes-core/packagegroups/packagegroup-meta-python2.bb
+++ b/recipes-core/packagegroups/packagegroup-meta-python2.bb
@@ -55,31 +55,33 @@ RDEPENDS_packagegroup-meta-python2 = "\
python-numeric python-robotframework python-django python-simplejson python-wcwidth \
python-configparser python-epydoc python-intervals python-speaklater \
python-aws-iot-device-sdk-python python-constantly python-bitarray python-flask-wtf \
- python-parse-type python-ipaddress python-dbus \
+ python-parse-type python-ipaddress python-dbus python-cpuset python-distutils-extra \
+ python-futures python-jsmin python-pygobject python-pytoml python-six python-which \
${@bb.utils.contains("DISTRO_FEATURES", "pam", "python-pam pamela", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python-systemd", "", d)} \
"
RDEPENDS_packagegroup-meta-python2-extended = "\
- python-pyephem \
python-cson \
- python-pywbem \
+ python-pyephem \
python-pyparted \
+ python-pywbem \
"
RDEPENDS_packagegroup-meta-python2-connectivity = "\
+ python-gsocketpool \
+ python-mprpc \
+ python-networkmanager \
+ python-pyconnman \
python-pyro4 \
python-pytun \
- python-mprpc \
python-thrift \
python-txws \
- python-pyconnman \
- python-gsocketpool \
"
RDEPENDS_packagegroup-meta-python2-ptest = "\
- python-pygpgme-ptest \
python-cryptography-ptest \
- "
+ python-pygpgme-ptest \
+"
EXCLUDE_FROM_WORLD = "1"