diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-01 09:57:44 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-02 16:33:20 -0400 |
| commit | 63ea0fd0161b55deecec1a0f55fd1aa31ea4d5e8 (patch) | |
| tree | 7fd5219834f8002cf811a34ed9ee241c611f2a57 /meta-openstack/recipes-devtools/python/python-castellan_git.bb | |
| parent | c13d33a4bb7cfc39c9bea7a1085e045d6fea3ff8 (diff) | |
| download | meta-cloud-services-63ea0fd0161b55deecec1a0f55fd1aa31ea4d5e8.tar.gz | |
python3-castellan: Change to python3
Because python2 is no longer maintained, bb file is changed to python3
version.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 | 40 |
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 @@ | |||
| 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=stable/pike \ | ||
| 11 | " | ||
| 12 | |||
| 13 | PV="0.12.1+git${SRCPV}" | ||
| 14 | SRCREV="124e9296fe79412b510c73b35936a6be91267d18" | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools3 | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # Satisfy setup.py 'setup_requires' | ||
| 25 | DEPENDS += " \ | ||
| 26 | python-pbr-native \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RDEPENDS_${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 | " | ||
