summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb b/meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb
new file mode 100644
index 0000000..e0a41b8
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "cssselect parses CSS3 Selectors and translates them to XPath 1.0"
2HOMEPAGE = "http://packages.python.org/cssselect/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=952026b3fd2f625f2a3c0aa21da2493d"
6
7SRC_URI[md5sum] = "fa57704c1cb66cc8e537b782bd6b227e"
8SRC_URI[sha256sum] = "f95f8dedd925fd8f54edb3d2dfb44c190d9d18512377d3c1e2388d16126879bc"
9
10inherit setuptools3 pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 "