summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-07-11 16:50:32 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:58 -0400
commit92cb095b668e0d95ce6e362d4f4d9fed3f680a12 (patch)
tree247135a0212b972245c991cb1f7d581d512e088d /meta-openstack/recipes-devtools/python
parent8ea30c94a79a35382397b8534846805b52bdb980 (diff)
downloadmeta-cloud-services-92cb095b668e0d95ce6e362d4f4d9fed3f680a12.tar.gz
python-cinderclient: Added setuptools-git dependency
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-cinderclient_1.0.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb
index f739658..350c359 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "https://github.com/openstack/python-cinderclient"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795"
6DEPENDS = "python-setuptools-git"
6 7
7PR = "r0" 8PR = "r0"
8SRCNAME = "python-cinderclient" 9SRCNAME = "python-cinderclient"