summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-fixtures_1.0.0.bb8
1 files changed, 7 insertions, 1 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 fe1c8d1..f0cb453 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
@@ -21,4 +21,10 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} \
21 --install-lib=${PYTHON_SITEPACKAGES_DIR} \ 21 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
22 --install-data=${datadir}" 22 --install-data=${datadir}"
23 23
24RDEPENDS_${PN} += "python-testtools" 24DEPENDS += " \
25 python-pbr \
26 "
27
28RDEPENDS_${PN} += "python-testtools \
29 python-pbr \
30 "