diff options
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 | " | ||
