diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-07-21 13:58:09 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-24 13:12:13 -0400 |
| commit | 801c94fe7a8da388d1d68138d39be2fcf7b5bdbe (patch) | |
| tree | 2f4c5f1cd3ce5e7214fd8b691ef9a28ee8dd9343 /meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb | |
| parent | cfac7d03941f6ae0b1b55f91bff6b217e8f798f7 (diff) | |
| download | meta-cloud-services-801c94fe7a8da388d1d68138d39be2fcf7b5bdbe.tar.gz | |
python3-barbicanclient: Change python to python3
Version updated to 5.0.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb new file mode 100644 index 0000000..8e99a9f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | DESCRIPTION = "Client library for Barbican API" | ||
| 2 | HOMEPAGE = "https://github.com/stackforge/python3-barbicanclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://github.com/openstack/python-barbicanclient.git \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "5.0.0+git${SRCPV}" | ||
| 12 | SRCREV = "904fd44ca34bea7d67c203b006443af95d4fa596" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pip \ | ||
| 19 | python3-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python3-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | python3-pbr \ | ||
| 29 | python3-requests \ | ||
| 30 | python3-six \ | ||
| 31 | python3-cliff \ | ||
| 32 | python3-keystoneauth1 \ | ||
| 33 | python3-oslo.i18n \ | ||
| 34 | python3-oslo.serialization \ | ||
| 35 | python3-oslo.utils \ | ||
| 36 | python3-monotonic \ | ||
| 37 | " | ||
