summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb b/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb
index c2b79e4..ac40e9d 100644
--- a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb
@@ -25,6 +25,11 @@ DEPENDS += " \
25 python-pbr \ 25 python-pbr \
26 " 26 "
27 27
28# Satisfy setup.py 'setup_requires'
29DEPENDS += " \
30 python-pbr-native \
31 "
32
28RDEPENDS_${PN} += "python-testtools \ 33RDEPENDS_${PN} += "python-testtools \
29 python-pbr \ 34 python-pbr \
30 " 35 "