From 6acfb523ddba3f0f26b583db7235d3bd1cc0df5f Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 09:54:05 +0800 Subject: python-beautifulsoup4: Remove the recipe Because there are higher versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-beautifulsoup4.inc | 16 ---------------- .../python/python-beautifulsoup4_4.4.1.bb | 2 -- .../python/python3-beautifulsoup4_4.4.1.bb | 2 -- 3 files changed, 20 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-beautifulsoup4.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-beautifulsoup4_4.4.1.bb (limited to 'meta-openstack') 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 @@ -DESCRIPTION = "Screen-scraping library" -HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=39dacabe5494f61c8680f6fa7323b596" - -SRC_URI[md5sum] = "8fbd9a7cac0704645fa20d1419036815" -SRC_URI[sha256sum] = "87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4" - -inherit pypi - -# avoid "error: option --single-version-externally-managed not recognized" -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --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 @@ -require python-beautifulsoup4.inc -inherit 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 @@ -require python-beautifulsoup4.inc -inherit setuptools3 -- cgit v1.2.3-54-g00ecf