diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-os-client-config_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb new file mode 100644 index 0000000..de8c2c2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "OpenStack Client Configuation Library" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/os-client-config" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PV = "1.9.0" | ||
| 8 | SRCREV = "790fac98542ba303274180831cbd9a03604a84e8" | ||
| 9 | |||
| 10 | SRCNAME = "os-client-config" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit distutils | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-pbr \ | ||
| 23 | " | ||
