aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb (renamed from meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb
index 1e7ccd6a..530332f8 100644
--- a/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb
+++ b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb
@@ -13,11 +13,11 @@ SRC_URI[sha256sum] = "26cef3c6f62df2eee955a25195de6f793881317c0f5fd1a1c6f9e22f35
inherit setuptools3 pypi
DEPENDS += " \
- python-pip \
+ python3-pip \
"
RDEPENDS_${PN} += " \
- python-django \
- python-nose \
+ python3-django \
+ python3-nose \
"