summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-01 10:46:03 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-02 16:34:43 -0400
commite08e379d62d3ee01521571f4e3cee7c5582a4a05 (patch)
treecf47e4241211581bbfa8f55271bc4c7e0cc9dc29
parent90d9ac9af352458fe591cb1038510c8ce115726d (diff)
downloadmeta-cloud-services-e08e379d62d3ee01521571f4e3cee7c5582a4a05.tar.gz
python3-django-nose: Change to python3
Because python is no longer maintained, delete the python2 version of the recipe and change to python3. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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