diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-saharaclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb index 0d571c9..4b9587f 100644 --- a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | |||
| @@ -1,30 +1,2 @@ | |||
| 1 | DESCRIPTION = "CLI and python client library for OpenStack Sahara" | 1 | require python-saharaclient.inc |
| 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 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | python-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += " \ | ||
| 18 | python-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRCNAME = "saharaclient" | ||
| 22 | |||
| 23 | SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" | ||
| 24 | |||
| 25 | PV = "2.3.0+git${SRCPV}" | ||
| 26 | SRCREV = "3107b452467537f4eef3d9ecfb5e35d110d19662" | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | |||
| 29 | inherit setuptools | 2 | inherit setuptools |
| 30 | |||
