diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-09-01 10:46:03 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-02 16:34:43 -0400 |
| commit | e08e379d62d3ee01521571f4e3cee7c5582a4a05 (patch) | |
| tree | cf47e4241211581bbfa8f55271bc4c7e0cc9dc29 /meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb | |
| parent | 90d9ac9af352458fe591cb1038510c8ce115726d (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb | 23 |
1 files changed, 0 insertions, 23 deletions
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 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | DESCRIPTION = "Django test runner using nose" | ||
| 5 | HOMEPAGE = "https://github.com/django-nose/django-nose" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | LICENSE = "BSD" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7f88f52f66738ec7259424ce46e855c2" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "2713d95286ea49860458a312d2efe653" | ||
| 11 | SRC_URI[sha256sum] = "26cef3c6f62df2eee955a25195de6f793881317c0f5fd1a1c6f9e22f351a9313" | ||
| 12 | |||
| 13 | inherit setuptools3 pypi | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 16 | python-pip \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-django \ | ||
| 21 | python-nose \ | ||
| 22 | " | ||
| 23 | |||
