From 7d693099514a5731aa6f98cdf492e3789702d719 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 11:50:46 +0800 Subject: python-lxml: Remove the recipe Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-lxml_3.3.5.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb (limited to 'meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb') diff --git a/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb b/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb deleted file mode 100644 index 0e7dde4..0000000 --- a/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." -HOMEPAGE = "http://lxml.de/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f9f1dc24f720c143c2240df41fe5073b" - -SRC_URI[md5sum] = "88c75f4c73fc8f59c9ebb17495044f2f" -SRC_URI[sha256sum] = "6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a" - -inherit setuptools pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-beautifulsoup4 \ - python-cssselect \ - " -- cgit v1.2.3-54-g00ecf