From 098b0f26a1752604ed373d684ef5cd06dad0f560 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 11:20:31 +0800 Subject: python-contextlib2: Remove the recipe Because they already exist in meta-openembedded, remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-contextlib2.inc | 16 ---------------- .../recipes-devtools/python/python-contextlib2_0.6.0.bb | 3 --- .../recipes-devtools/python/python3-contextlib2_0.6.0.bb | 3 --- 3 files changed, 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-contextlib2.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2.inc b/meta-openstack/recipes-devtools/python/python-contextlib2.inc deleted file mode 100644 index d409034..0000000 --- a/meta-openstack/recipes-devtools/python/python-contextlib2.inc +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Backports and enhancements for the contextlib module" -HOMEPAGE = "http://contextlib2.readthedocs.org/" -SECTION = "devel/python" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" - -SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979" -SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3" - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -RDEPENDS_${PN} += " \ - " - diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb b/meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb deleted file mode 100644 index c6a5c9b..0000000 --- a/meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools pypi -require python-contextlib2.inc - diff --git a/meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb b/meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb deleted file mode 100644 index db5fa53..0000000 --- a/meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 pypi -require python-contextlib2.inc - -- cgit v1.2.3-54-g00ecf