diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb new file mode 100644 index 0000000..06d7583 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "CLI and python client library for OpenStack Sahara" | ||
| 2 | HOMEPAGE = "https://launchpad.net/sahara" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRCNAME = "saharaclient" | ||
| 17 | |||
| 18 | SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" | ||
| 19 | |||
| 20 | PV="0.7.0+git${SRCPV}" | ||
| 21 | SRCREV="6531965b9719e4ea3a9986afa16daaf12fbba516" | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | inherit setuptools | ||
| 25 | |||
