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.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb (limited to 'meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb') 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