From b68a8a21a5e76e14eac6067d52afc588769c6a82 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 29 Nov 2019 10:39:39 +0800 Subject: python-cssselect: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-cssselect_0.9.1.bb | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb index 0c4426c..dfd4e84 100644 --- a/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb +++ b/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb @@ -1,20 +1,2 @@ -DESCRIPTION = "cssselect parses CSS3 Selectors and translates them to XPath 1.0" -HOMEPAGE = "http://packages.python.org/cssselect/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=952026b3fd2f625f2a3c0aa21da2493d" - -SRC_URI[md5sum] = "c74f45966277dc7a0f768b9b0f3522ac" -SRC_URI[sha256sum] = "0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682" - -inherit setuptools pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " +require python-cssselect.inc +inherit setuptools -- cgit v1.2.3-54-g00ecf