summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python3-django-nose_1.4.7.bb (renamed from meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.7.bb
index 530332f..bea4bd7 100644
--- a/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb
+++ b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.7.bb
@@ -7,8 +7,8 @@ SECTION = "devel/python"
7LICENSE = "BSD" 7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=7f88f52f66738ec7259424ce46e855c2" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=7f88f52f66738ec7259424ce46e855c2"
9 9
10SRC_URI[md5sum] = "2713d95286ea49860458a312d2efe653" 10SRC_URI[md5sum] = "fe386c6e218b0f7b353494329c380a79"
11SRC_URI[sha256sum] = "26cef3c6f62df2eee955a25195de6f793881317c0f5fd1a1c6f9e22f351a9313" 11SRC_URI[sha256sum] = "a4885cd002d65fd2de96e2bb2563ef477c3fbe207009360c015fca5c3b5561b7"
12 12
13inherit setuptools3 pypi 13inherit setuptools3 pypi
14 14
@@ -19,5 +19,6 @@ DEPENDS += " \
19RDEPENDS_${PN} += " \ 19RDEPENDS_${PN} += " \
20 python3-django \ 20 python3-django \
21 python3-nose \ 21 python3-nose \
22 python3-misc \
22 " 23 "
23 24