From b8245fa5a000f341f254df9d85b1e3ff3fb572ce Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 20 Oct 2020 14:42:28 +0800 Subject: python3-testrepository: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-testrepository.inc | 17 ----------------- .../python/python3-testrepository_0.0.20.bb | 18 ++++++++++++++++-- 2 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-testrepository.inc (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-testrepository.inc b/meta-openstack/recipes-devtools/python/python-testrepository.inc deleted file mode 100644 index 673141d..0000000 --- a/meta-openstack/recipes-devtools/python/python-testrepository.inc +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A repository of test results" -HOMEPAGE = "https://pypi.python.org/pypi/testrepository/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" - -SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b" -SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb" - -inherit pypi - -RDEPENDS_${PN} += "${PYTHON_PN}-subunit \ - ${PYTHON_PN}-extras \ -" - -CLEANBROKEN = "1" - diff --git a/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb b/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb index a01b4c2..7847b0c 100644 --- a/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb +++ b/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb @@ -1,3 +1,17 @@ -require python-testrepository.inc -inherit setuptools3 +DESCRIPTION = "A repository of test results" +HOMEPAGE = "https://pypi.python.org/pypi/testrepository/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" + +SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b" +SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += "${PYTHON_PN}-subunit \ + ${PYTHON_PN}-extras \ +" + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf