aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-01-22 19:30:03 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-22 20:11:51 -0800
commit5bd451c74e3900dcbb449d703be13411ed28fa0a (patch)
treed6a801541421e73e22e07d79210d0ff29c7c2c3a
parentb4d06dc4b624efe6e5bb9b8202b7787e5fc8cc4e (diff)
downloadmeta-python2-5bd451c74e3900dcbb449d703be13411ed28fa0a.tar.gz
packagegroup-meta-python2: add python-booleanpy
Add new recipe to basic and ptest packagegroups Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-core/packagegroups/packagegroup-meta-python2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups/packagegroup-meta-python2.bb
index 95f9c02..9a8826a 100644
--- a/recipes-core/packagegroups/packagegroup-meta-python2.bb
+++ b/recipes-core/packagegroups/packagegroup-meta-python2.bb
@@ -58,7 +58,7 @@ RDEPENDS_packagegroup-meta-python2 = "\
python-parse-type python-ipaddress python-dbus python-cpuset python-distutils-extra \
python-futures python-jsmin python-pygobject python-pytoml python-six python-which \
python-netifaces python-configargparse python-sqlparse python-soupsieve python-wrapt \
- python-deprecated \
+ python-deprecated python-booleanpy \
${@bb.utils.contains("DISTRO_FEATURES", "pam", "python-pam pamela", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python-systemd", "", d)} \
"
@@ -82,6 +82,7 @@ RDEPENDS_packagegroup-meta-python2-connectivity = "\
"
RDEPENDS_packagegroup-meta-python2-ptest = "\
+ python-booleanpy-ptest \
python-cryptography-ptest \
python-pygpgme-ptest \
"