From 62733df83129cdbea5de91d60999d67c932257e8 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 20 Oct 2020 14:42:37 +0800 Subject: python3-testresources: upgrade 0.2.7 -> 2.0.1 Consolidate inc and bb files into a single bb file. -License-Update: The checked file is changed to PKG-INFO. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-testresources.inc | 10 ---------- .../python/python3-testresources_0.2.7.bb | 2 -- .../python/python3-testresources_2.0.1.bb | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-testresources.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-testresources_0.2.7.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-testresources_2.0.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-testresources.inc b/meta-openstack/recipes-devtools/python/python-testresources.inc deleted file mode 100644 index 67ad6c4..0000000 --- a/meta-openstack/recipes-devtools/python/python-testresources.inc +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "Testresources, a pyunit extension for managing expensive test resources" -HOMEPAGE = "https://pypi.python.org/pypi/testtools/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://README;md5=038679cd2cf27bb2acc70257bfee0f41" - -SRC_URI[md5sum] = "db2e774be2a6f5754cbbf4c537f823d0" -SRC_URI[sha256sum] = "ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231" - -inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python3-testresources_0.2.7.bb b/meta-openstack/recipes-devtools/python/python3-testresources_0.2.7.bb deleted file mode 100644 index 79a535c..0000000 --- a/meta-openstack/recipes-devtools/python/python3-testresources_0.2.7.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-testresources.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-testresources_2.0.1.bb b/meta-openstack/recipes-devtools/python/python3-testresources_2.0.1.bb new file mode 100644 index 0000000..111be3c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-testresources_2.0.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Testresources, a pyunit extension for managing expensive test resources" +HOMEPAGE = "https://pypi.python.org/pypi/testtools/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=eb75e5ad7c7ff3315ffafae1403e94b2" + +SRC_URI[md5sum] = "8873ab443db5569528964f524228a2d7" +SRC_URI[sha256sum] = "ee9d1982154a1e212d4e4bac6b610800bfb558e4fb853572a827bc14a96e4417" + +inherit setuptools3 pypi + +DEPENDS += " \ + python3-pbr-native \ +" + +RDEPENDS_${PN} += " \ + python3-unittest \ + python3-pbr \ +" -- cgit v1.2.3-54-g00ecf