From 5a5667c7a0512f13886ba56fca1b6774f70d2afe Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 8 Dec 2020 13:01:20 +0800 Subject: python3-django-nose: upgrade 1.4 -> 1.4.7 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-django-nose_1.4.7.bb | 24 ++++++++++++++++++++++ .../python/python3-django-nose_1.4.bb | 23 --------------------- 2 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 meta-openstack/recipes-devtools/python/python3-django-nose_1.4.7.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb diff --git a/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.7.bb b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.7.bb new file mode 100644 index 0000000..bea4bd7 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.7.bb @@ -0,0 +1,24 @@ +# +# 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] = "fe386c6e218b0f7b353494329c380a79" +SRC_URI[sha256sum] = "a4885cd002d65fd2de96e2bb2563ef477c3fbe207009360c015fca5c3b5561b7" + +inherit setuptools3 pypi + +DEPENDS += " \ + python3-pip \ + " + +RDEPENDS_${PN} += " \ + python3-django \ + python3-nose \ + python3-misc \ + " + 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 deleted file mode 100644 index 530332f..0000000 --- a/meta-openstack/recipes-devtools/python/python3-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 += " \ - python3-pip \ - " - -RDEPENDS_${PN} += " \ - python3-django \ - python3-nose \ - " - -- cgit v1.2.3-54-g00ecf