summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb2
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb
index a3d6a34..fe1c8d1 100644
--- a/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb
@@ -20,3 +20,5 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} \
20 --prefix=${prefix} \ 20 --prefix=${prefix} \
21 --install-lib=${PYTHON_SITEPACKAGES_DIR} \ 21 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
22 --install-data=${datadir}" 22 --install-data=${datadir}"
23
24RDEPENDS_${PN} += "python-testtools"
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index e5896df..1f012cc 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -284,6 +284,8 @@ RDEPENDS_${PN} += " \
284 python-pysaml2 \ 284 python-pysaml2 \
285 python-oslo.utils \ 285 python-oslo.utils \
286 python-oauthlib \ 286 python-oauthlib \
287 python-fixtures \
288 python-oslotest \
287 " 289 "
288 290
289RDEPENDS_${SRCNAME}-tests += " bash" 291RDEPENDS_${SRCNAME}-tests += " bash"
diff --git a/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb b/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb
index 7e359b4..48663e9 100644
--- a/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb
+++ b/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb
@@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98
16S = "${WORKDIR}/${SRCNAME}-${PV}" 16S = "${WORKDIR}/${SRCNAME}-${PV}"
17 17
18inherit setuptools 18inherit setuptools
19
20RDEPENDS_${PN} += "python-extras"