summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-castellan_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-castellan_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-castellan_git.bb40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-castellan_git.bb b/meta-openstack/recipes-devtools/python/python-castellan_git.bb
deleted file mode 100644
index 9cc56d7..0000000
--- a/meta-openstack/recipes-devtools/python/python-castellan_git.bb
+++ /dev/null
@@ -1,40 +0,0 @@
1DESCRIPTION = "Generic Key Manager interface for OpenStack"
2HOMEPAGE = "https://github.com/openstack/castellan"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRCNAME = "castellan"
8
9SRC_URI = "\
10 git://git.openstack.org/openstack/${SRCNAME}.git;branch=stable/pike \
11 "
12
13PV="0.12.1+git${SRCPV}"
14SRCREV="124e9296fe79412b510c73b35936a6be91267d18"
15S = "${WORKDIR}/git"
16
17inherit setuptools3
18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \
26 python-pbr-native \
27 "
28
29RDEPENDS_${PN} += " \
30 python-pbr \
31 python-babel \
32 python-cryptography \
33 python-barbicanclient \
34 python-oslo.config \
35 python-oslo.context \
36 python-oslo.i18n \
37 python-oslo.log \
38 python-oslo.utils \
39 python-keystoneauth1 \
40 "