diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-12-08 13:00:11 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-10 15:59:16 -0500 |
| commit | 9cc58112bca7778c7e4c8679deff76724697f38c (patch) | |
| tree | 2e95452ee18909cfe7a440b3249d760d4687458f /meta-openstack/recipes-devtools/python/python3-castellan_3.6.0.bb | |
| parent | 79952a42015b3018eede9eb2d051b1e2defd18e2 (diff) | |
| download | meta-cloud-services-9cc58112bca7778c7e4c8679deff76724697f38c.tar.gz | |
python3-castellan: upgrade 3.6.0 -> 3.7.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-castellan_3.6.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-castellan_3.6.0.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-castellan_3.6.0.bb b/meta-openstack/recipes-devtools/python/python3-castellan_3.6.0.bb deleted file mode 100644 index 75a57c1..0000000 --- a/meta-openstack/recipes-devtools/python/python3-castellan_3.6.0.bb +++ /dev/null | |||
| @@ -1,33 +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 | SRC_URI[sha256sum] = "66c8e02a822e78a8fd58abc928149c559f3d238472690f36e4993a9249b0636d" | ||
| 8 | |||
| 9 | inherit setuptools3 pypi | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pip \ | ||
| 13 | python3-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python3-pbr \ | ||
| 23 | python3-babel \ | ||
| 24 | python3-cryptography \ | ||
| 25 | python3-barbicanclient \ | ||
| 26 | python3-oslo.config \ | ||
| 27 | python3-oslo.context \ | ||
| 28 | python3-oslo.i18n \ | ||
| 29 | python3-oslo.log \ | ||
| 30 | python3-oslo.utils \ | ||
| 31 | python3-keystoneauth1 \ | ||
| 32 | bash \ | ||
| 33 | " | ||
