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 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-django-nose_1.4.7.bb (limited to 'meta-openstack/recipes-devtools/python/python3-django-nose_1.4.7.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 \ + " + -- cgit v1.2.3-54-g00ecf