diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:16 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 460d5f940538a4958142cd34a6ee509bb3c0be0a (patch) | |
| tree | 30d457193235f66b41e992cc5eee84d749f0c41d /meta-openstack/recipes-devtools/python/python-castellan_git.bb | |
| parent | 53e2faa09a03ece3c30f94ba652dd69a9334884f (diff) | |
| download | meta-cloud-services-460d5f940538a4958142cd34a6ee509bb3c0be0a.tar.gz | |
python-castellan: initial version
This package provides a generic key manager interface for OpenStack.
This package is required by glance.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-castellan_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-castellan_git.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-castellan_git.bb b/meta-openstack/recipes-devtools/python/python-castellan_git.bb new file mode 100644 index 0000000..40a085d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-castellan_git.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | DESCRIPTION = "Generic Key Manager interface for OpenStack" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/castellan" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "castellan" | ||
| 8 | |||
| 9 | SRC_URI = "\ | ||
| 10 | git://git.openstack.org/openstack/${SRCNAME}.git;branch=master \ | ||
| 11 | " | ||
| 12 | |||
| 13 | PV="0.2.1+git${SRCPV}" | ||
| 14 | SRCREV="4fda4a749f3f908d58817c326676073aa6fcf62a" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | python-pbr \ | ||
| 26 | python-babel \ | ||
| 27 | python-cryptography \ | ||
| 28 | python-oslo.config \ | ||
| 29 | python-oslo.context \ | ||
| 30 | python-oslo.log \ | ||
| 31 | python-oslo.policy \ | ||
| 32 | python-oslo.serialization \ | ||
| 33 | python-oslo.utils \ | ||
| 34 | " | ||
