diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-04 09:21:42 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-04 09:21:42 -0400 |
| commit | a38dfe2638065b58b2cc11bf914356223fddf402 (patch) | |
| tree | 53570ea192ed72d31ceebb67ae5d393d7e82ab34 /meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb | |
| parent | 303fa20e91431f9dec5a068066aabeb1926cbec7 (diff) | |
| download | meta-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.bb | 27 |
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 @@ | |||
| 1 | DESCRIPTION = "cssselect parses CSS3 Selectors and translates them to XPath 1.0" | ||
| 2 | HOMEPAGE = "http://packages.python.org/cssselect/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=952026b3fd2f625f2a3c0aa21da2493d" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "cssselect" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c74f45966277dc7a0f768b9b0f3522ac" | ||
| 13 | SRC_URI[sha256sum] = "0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
