diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb new file mode 100644 index 0000000..827a551 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "Client library for OpenStack Identity API" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-keystoneclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/openstack/python-keystoneclient.git;branch=master" | ||
| 10 | |||
| 11 | PV="git${SRCPV}" | ||
| 12 | SRCREV="0774d5aafade9e5a5de3830de461843c4a7d59a1" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | FILES_${PN}-doc += "${datadir}/keystoneclient" | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-iso8601 \ | ||
| 20 | python-prettytable \ | ||
| 21 | python-requests \ | ||
| 22 | python-simplejson \ | ||
| 23 | python-oslo.config \ | ||
| 24 | " | ||
