summaryrefslogtreecommitdiffstats
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 1e7ccd6..530332f 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
13inherit setuptools3 pypi 13inherit setuptools3 pypi
14 14
15DEPENDS += " \ 15DEPENDS += " \
16 python-pip \ 16 python3-pip \
17 " 17 "
18 18
19RDEPENDS_${PN} += " \ 19RDEPENDS_${PN} += " \
20 python-django \ 20 python3-django \
21 python-nose \ 21 python3-nose \
22 " 22 "
23 23