diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-11 11:50:46 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-12 12:28:32 -0500 |
| commit | 7d693099514a5731aa6f98cdf492e3789702d719 (patch) | |
| tree | a860e9999fa572fec4351302c61aef30c06edbd8 /meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb | |
| parent | 3bc0e1f0ec2392b0a479c253559bc6668da7f0db (diff) | |
| download | meta-cloud-services-7d693099514a5731aa6f98cdf492e3789702d719.tar.gz | |
python-lxml: Remove the recipe
Because there are higher versions and python3 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/recipes-devtools/python/python-lxml_3.3.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb | 22 |
1 files changed, 0 insertions, 22 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." | ||
| 2 | HOMEPAGE = "http://lxml.de/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f9f1dc24f720c143c2240df41fe5073b" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "88c75f4c73fc8f59c9ebb17495044f2f" | ||
| 8 | SRC_URI[sha256sum] = "6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-beautifulsoup4 \ | ||
| 21 | python-cssselect \ | ||
| 22 | " | ||
