summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-11 09:54:05 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-12 12:28:32 -0500
commit6acfb523ddba3f0f26b583db7235d3bd1cc0df5f (patch)
treee779da9cfb0f618bb0d2c08406518403fa39d89f /meta-openstack
parente5a58c97502b6deb584addceb6b993d464ec2edf (diff)
downloadmeta-cloud-services-6acfb523ddba3f0f26b583db7235d3bd1cc0df5f.tar.gz
python-beautifulsoup4: Remove the recipe
Because there are higher versions 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-beautifulsoup4.inc16
-rw-r--r--meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-beautifulsoup4_4.4.1.bb2
3 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-beautifulsoup4.inc b/meta-openstack/recipes-devtools/python/python-beautifulsoup4.inc
deleted file mode 100644
index 4ff500b..0000000
--- a/meta-openstack/recipes-devtools/python/python-beautifulsoup4.inc
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "Screen-scraping library"
2HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=39dacabe5494f61c8680f6fa7323b596"
6
7SRC_URI[md5sum] = "8fbd9a7cac0704645fa20d1419036815"
8SRC_URI[sha256sum] = "87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4"
9
10inherit pypi
11
12# avoid "error: option --single-version-externally-managed not recognized"
13DISTUTILS_INSTALL_ARGS = "--root=${D} \
14 --prefix=${prefix} \
15 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
16 --install-data=${datadir}"
diff --git a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb b/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
deleted file mode 100644
index 595fe5f..0000000
--- a/meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-beautifulsoup4.inc
2inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python3-beautifulsoup4_4.4.1.bb b/meta-openstack/recipes-devtools/python/python3-beautifulsoup4_4.4.1.bb
deleted file mode 100644
index 3bc9066..0000000
--- a/meta-openstack/recipes-devtools/python/python3-beautifulsoup4_4.4.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-beautifulsoup4.inc
2inherit setuptools3