summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-11 11:20:31 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-12 12:28:32 -0500
commit098b0f26a1752604ed373d684ef5cd06dad0f560 (patch)
treece30878b0e24efad9a2f0b3b412aab9b9e54e839 /meta-openstack
parentda71f4645f89452692d9890aeda9c38bdfb5eb11 (diff)
downloadmeta-cloud-services-098b0f26a1752604ed373d684ef5cd06dad0f560.tar.gz
python-contextlib2: Remove the recipe
Because they already exist in meta-openembedded, remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-contextlib2.inc16
-rw-r--r--meta-openstack/recipes-devtools/python/python-contextlib2_0.6.0.bb3
-rw-r--r--meta-openstack/recipes-devtools/python/python3-contextlib2_0.6.0.bb3
3 files changed, 0 insertions, 22 deletions
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 @@
1DESCRIPTION = "Backports and enhancements for the contextlib module"
2HOMEPAGE = "http://contextlib2.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "PSF"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
6
7SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979"
8SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3"
9
10DEPENDS += " \
11 ${PYTHON_PN}-pip \
12 "
13
14RDEPENDS_${PN} += " \
15 "
16
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 @@
1inherit setuptools pypi
2require python-contextlib2.inc
3
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 @@
1inherit setuptools3 pypi
2require python-contextlib2.inc
3