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/python3-fixtures_3.0.0.bb (renamed from meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb
index c8883be..c2e098f 100644
--- a/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb
@@ -15,14 +15,14 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} \
15 --install-data=${datadir}" 15 --install-data=${datadir}"
16 16
17DEPENDS += " \ 17DEPENDS += " \
18 python-pbr \ 18 python3-pbr \
19 " 19 "
20 20
21# Satisfy setup.py 'setup_requires' 21# Satisfy setup.py 'setup_requires'
22DEPENDS += " \ 22DEPENDS += " \
23 python-pbr-native \ 23 python3-pbr-native \
24 " 24 "
25 25
26RDEPENDS_${PN} += "python-testtools \ 26RDEPENDS_${PN} += "python3-testtools \
27 python-pbr \ 27 python3-pbr \
28 " 28 "