summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-06-04 09:21:42 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-04 09:21:42 -0400
commita38dfe2638065b58b2cc11bf914356223fddf402 (patch)
tree53570ea192ed72d31ceebb67ae5d393d7e82ab34 /meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb
parent303fa20e91431f9dec5a068066aabeb1926cbec7 (diff)
downloadmeta-cloud-services-a38dfe2638065b58b2cc11bf914356223fddf402.tar.gz
cephclient: add supporting library python-cssselect
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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.bb27
1 files changed, 27 insertions, 0 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
new file mode 100644
index 0000000..16a0167
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb
@@ -0,0 +1,27 @@
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
7PR = "r0"
8
9SRCNAME = "cssselect"
10SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "c74f45966277dc7a0f768b9b0f3522ac"
13SRC_URI[sha256sum] = "0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 "