From e1e8e9c2936344de5a967d6520bde933f06abb1a Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 23 Nov 2020 22:41:53 +0800 Subject: python3-magnumclient: Change to python3 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python-magnumclient_git.bb | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-magnumclient_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-magnumclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb b/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb deleted file mode 100644 index 959852b..0000000 --- a/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION = "Python client for containers service" -HOMEPAGE = "https://github.com/openstack/python-magnumclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} +=" \ - python-pbr \ - python-babel \ - python-oslo.config \ - python-oslo.i18n \ - python-oslo.serialization \ - python-oslo.utils \ - python-iso8601 \ - python-requests \ - python-keystoneclient \ - python-pyyaml \ - python-stevedore \ - python-six \ - " - -SRCNAME = "magnumclient" -SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" - -PV = "1.0.0.0b1+git${SRCPV}" -SRCREV = "fb1ff6777eb96a5b7ba38156bf8354cda9b88ad4" -S = "${WORKDIR}/git" - -inherit setuptools3 rmargparse -- cgit v1.2.3-54-g00ecf