From 4992a62b6539201deb5b60446e81dd08803d7b36 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 29 Sep 2020 22:57:55 +0800 Subject: python3-openstack-nose: change to python3 Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-openstack-nose_0.11.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb (limited to 'meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb') diff --git a/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb b/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb deleted file mode 100644 index 42d836f..0000000 --- a/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb +++ /dev/null @@ -1,26 +0,0 @@ -# -# Copyright (C) 2014 Wind River Systems, Inc. -# -DESCRIPTION = "Openstack style output for nosetests" -HOMEPAGE = "https://github.com/jkoelker/openstack-nose" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -PYPI_PACKAGE = "openstack.nose_plugin" - -SRC_URI[md5sum] = "0c6547f413db8c66921b110f78132aac" -SRC_URI[sha256sum] = "a28d44dc23de8164d7893da7020404c73c4325b46d5507911f0257c15f613b4f" - -inherit setuptools3 pypi - -DEPENDS += " \ - python-pip \ - " - -RDEPENDS_${PN} += " \ - python-nose \ - python-colorama \ - python-termcolor \ - " - -- cgit v1.2.3-54-g00ecf