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-openstack-nose_0.11.bb (renamed from meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb b/meta-openstack/recipes-devtools/python/python3-openstack-nose_0.11.bb
index 42d836f..9cdc9a2 100644
--- a/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb
+++ b/meta-openstack/recipes-devtools/python/python3-openstack-nose_0.11.bb
@@ -15,12 +15,12 @@ SRC_URI[sha256sum] = "a28d44dc23de8164d7893da7020404c73c4325b46d5507911f0257c15f
15inherit setuptools3 pypi 15inherit setuptools3 pypi
16 16
17DEPENDS += " \ 17DEPENDS += " \
18 python-pip \ 18 python3-pip \
19 " 19 "
20 20
21RDEPENDS_${PN} += " \ 21RDEPENDS_${PN} += " \
22 python-nose \ 22 python3-nose \
23 python-colorama \ 23 python3-colorama \
24 python-termcolor \ 24 python3-termcolor \
25 " 25 "
26 26