From 03b8a9cd67cca4cd7fe9ca3a03f58ab5c66f7254 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 20 Oct 2020 14:43:04 +0800 Subject: python3-testscenarios: 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 --- .../python/python-testscenarios.inc | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-testscenarios.inc (limited to 'meta-openstack/recipes-devtools/python/python-testscenarios.inc') diff --git a/meta-openstack/recipes-devtools/python/python-testscenarios.inc b/meta-openstack/recipes-devtools/python/python-testscenarios.inc deleted file mode 100644 index 1008f11..0000000 --- a/meta-openstack/recipes-devtools/python/python-testscenarios.inc +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "testscenarios: a pyunit extension for dependency injection" -HOMEPAGE = "https://pypi.python.org/pypi/testscenarios" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66" - -SRC_URI[md5sum] = "859073d9e7b049aee2e6704c51f6001a" -SRC_URI[sha256sum] = "c257cb6b90ea7e6f8fef3158121d430543412c9a87df30b5dde6ec8b9b57a2b6" - -inherit pypi - -DEPENDS += "\ - ${PYTHON_PN}-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - ${PYTHON_PN}-pbr-native \ - " - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-testtools \ - ${PYTHON_PN}-pbr \ - " -- cgit v1.2.3-54-g00ecf