From e08e379d62d3ee01521571f4e3cee7c5582a4a05 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 1 Sep 2020 10:46:03 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-django-nose_1.4.bb | 23 ---------------------- .../python/python3-django-nose_1.4.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb diff --git a/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb b/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb deleted file mode 100644 index 1e7ccd6..0000000 --- a/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright (C) 2014 Wind River Systems, Inc. -# -DESCRIPTION = "Django test runner using nose" -HOMEPAGE = "https://github.com/django-nose/django-nose" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7f88f52f66738ec7259424ce46e855c2" - -SRC_URI[md5sum] = "2713d95286ea49860458a312d2efe653" -SRC_URI[sha256sum] = "26cef3c6f62df2eee955a25195de6f793881317c0f5fd1a1c6f9e22f351a9313" - -inherit setuptools3 pypi - -DEPENDS += " \ - python-pip \ - " - -RDEPENDS_${PN} += " \ - python-django \ - python-nose \ - " - 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.bb new file mode 100644 index 0000000..530332f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb @@ -0,0 +1,23 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +DESCRIPTION = "Django test runner using nose" +HOMEPAGE = "https://github.com/django-nose/django-nose" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7f88f52f66738ec7259424ce46e855c2" + +SRC_URI[md5sum] = "2713d95286ea49860458a312d2efe653" +SRC_URI[sha256sum] = "26cef3c6f62df2eee955a25195de6f793881317c0f5fd1a1c6f9e22f351a9313" + +inherit setuptools3 pypi + +DEPENDS += " \ + python3-pip \ + " + +RDEPENDS_${PN} += " \ + python3-django \ + python3-nose \ + " + -- cgit v1.2.3-54-g00ecf