summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-03-03 13:48:07 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-03-03 14:43:31 +0800
commitbb0597dddbb3146ae669511a8697b496cf368d3e (patch)
tree7010c433d8f35111c4fd396a19dc3032af2a1d36
parent1eeb4a31e372b287391ff7461cd330087d7e4606 (diff)
downloadmeta-secure-core-bb0597dddbb3146ae669511a8697b496cf368d3e.tar.gz
python-beautifulsoup4: remove recipe
Remove the recipe because no one depends on it anymore. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r--meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb b/meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
deleted file mode 100644
index 999635e..0000000
--- a/meta-tpm2/recipes-devtools/python/python-beautifulsoup4_4.4.1.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1DESCRIPTION = "Screen-scraping library"
2HOMEPAGE = "https://pypi.python.org/pypi/beautifulsoup4/"
3SECTION = "devel/python"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://COPYING.txt;md5=39dacabe5494f61c8680f6fa7323b596"
7
8SRCNAME = "beautifulsoup4"
9
10SRC_URI = "\
11 https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
12"
13
14SRC_URI[md5sum] = "8fbd9a7cac0704645fa20d1419036815"
15SRC_URI[sha256sum] = "87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4"
16
17S = "${WORKDIR}/${SRCNAME}-${PV}"
18
19inherit setuptools
20
21# avoid "error: option --single-version-externally-managed not recognized"
22DISTUTILS_INSTALL_ARGS = "\
23 --root=${D} \
24 --prefix=${prefix} \
25 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
26 --install-data=${datadir} \
27"
28
29BBCLASSEXTEND = "native"