diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-11-29 10:39:39 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-01 23:17:09 -0500 |
| commit | b68a8a21a5e76e14eac6067d52afc588769c6a82 (patch) | |
| tree | c793068a49cac2fd764a6bc19c13e867ab5b6813 /meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb | |
| parent | c277a849ae93ee28d3b5db3efbc5c006e2690c33 (diff) | |
| download | meta-cloud-services-b68a8a21a5e76e14eac6067d52afc588769c6a82.tar.gz | |
python-cssselect: Add python3 version
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-cssselect_0.9.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb | 22 |
1 files changed, 2 insertions, 20 deletions
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 @@ | |||
| 1 | DESCRIPTION = "cssselect parses CSS3 Selectors and translates them to XPath 1.0" | 1 | require python-cssselect.inc |
| 2 | HOMEPAGE = "http://packages.python.org/cssselect/" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=952026b3fd2f625f2a3c0aa21da2493d" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "c74f45966277dc7a0f768b9b0f3522ac" | ||
| 8 | SRC_URI[sha256sum] = "0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682" | ||
| 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 | " | ||
