From 460d5f940538a4958142cd34a6ee509bb3c0be0a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:16 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-castellan_git.bb | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-castellan_git.bb (limited to 'meta-openstack/recipes-devtools/python') 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 @@ +DESCRIPTION = "Generic Key Manager interface for OpenStack" +HOMEPAGE = "https://github.com/openstack/castellan" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRCNAME = "castellan" + +SRC_URI = "\ + git://git.openstack.org/openstack/${SRCNAME}.git;branch=master \ + " + +PV="0.2.1+git${SRCPV}" +SRCREV="4fda4a749f3f908d58817c326676073aa6fcf62a" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-babel \ + python-cryptography \ + python-oslo.config \ + python-oslo.context \ + python-oslo.log \ + python-oslo.policy \ + python-oslo.serialization \ + python-oslo.utils \ + " -- cgit v1.2.3-54-g00ecf