From 801c94fe7a8da388d1d68138d39be2fcf7b5bdbe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 21 Jul 2020 13:58:09 +0800 Subject: python3-barbicanclient: Change python to python3 Version updated to 5.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python-barbicanclient_git.bb | 36 --------------------- .../python/python3-barbicanclient_git.bb | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 36 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb deleted file mode 100644 index 289495a..0000000 --- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "Client library for Barbican API" -HOMEPAGE = "https://github.com/stackforge/python-barbicanclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" - -SRC_URI = "\ - git://github.com/openstack/python-barbicanclient.git \ - " - -PV = "4.9.0+git${SRCPV}" -SRCREV = "9c0e02d367b86eb5bdebda4e0ff1434d70db5f61" -S = "${WORKDIR}/git" - -inherit setuptools3 - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-requests \ - python-six \ - python-cliff \ - python-keystoneauth1 \ - python-oslo.i18n \ - python-oslo.serialization \ - python-oslo.utils \ - " 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 @@ +DESCRIPTION = "Client library for Barbican API" +HOMEPAGE = "https://github.com/stackforge/python3-barbicanclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" + +SRC_URI = "\ + git://github.com/openstack/python-barbicanclient.git \ + " + +PV = "5.0.0+git${SRCPV}" +SRCREV = "904fd44ca34bea7d67c203b006443af95d4fa596" +S = "${WORKDIR}/git" + +inherit setuptools3 + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-requests \ + python3-six \ + python3-cliff \ + python3-keystoneauth1 \ + python3-oslo.i18n \ + python3-oslo.serialization \ + python3-oslo.utils \ + python3-monotonic \ + " -- cgit v1.2.3-54-g00ecf