diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:40:56 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:55 -0400 |
| commit | 3be055dc2ca22f4d81b27ab13d24c19db11b0179 (patch) | |
| tree | 850eddf7d5ddd77a4bea0863e192000b2c200d0c /meta-openstack/recipes-devtools/python | |
| parent | db67e8b9ce1f528e7ec039eb6c9d0454decfface (diff) | |
| download | meta-cloud-services-3be055dc2ca22f4d81b27ab13d24c19db11b0179.tar.gz | |
python-quantumclient: added 2.2.1
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb b/meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb new file mode 100644 index 0000000..ccbc665 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-quantumclient_2.2.1.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "CLI and python client library for OpenStack Quantum" | ||
| 2 | HOMEPAGE = "https://launchpad.net/quantum" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | RDEPENDS_${PN} +="python-cliff \ | ||
| 8 | python-httplib2 \ | ||
| 9 | python-iso8601 \ | ||
| 10 | python-prettytable \ | ||
| 11 | python-pyparsing \ | ||
| 12 | python-simplejson \ | ||
| 13 | " | ||
| 14 | |||
| 15 | PR = "r0" | ||
| 16 | |||
| 17 | SRC_URI = "https://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "d319be32c95aa6e0110db925d5c3cfc9" | ||
| 20 | SRC_URI[sha256sum] = "9c445a8a2fc751561e84e8633542bc8e77666cf8e4f01acce7cc8137acd43bee" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/${PN}-${PV}" | ||
| 23 | |||
| 24 | inherit setuptools | ||
