diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-23 22:41:53 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-01 16:30:52 -0500 |
| commit | e1e8e9c2936344de5a967d6520bde933f06abb1a (patch) | |
| tree | d9d4981945f14cf1549e45af51ef1113171a5a0b /meta-openstack/recipes-devtools/python/python-magnumclient_git.bb | |
| parent | 58b0f2f4e91db218e9e4b5ea058b07b7ddecbf89 (diff) | |
| download | meta-cloud-services-e1e8e9c2936344de5a967d6520bde933f06abb1a.tar.gz | |
python3-magnumclient: Change to python3
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/python-magnumclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-magnumclient_git.bb | 39 |
1 files changed, 0 insertions, 39 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Python client for containers service" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-magnumclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | python-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS_${PN} +=" \ | ||
| 18 | python-pbr \ | ||
| 19 | python-babel \ | ||
| 20 | python-oslo.config \ | ||
| 21 | python-oslo.i18n \ | ||
| 22 | python-oslo.serialization \ | ||
| 23 | python-oslo.utils \ | ||
| 24 | python-iso8601 \ | ||
| 25 | python-requests \ | ||
| 26 | python-keystoneclient \ | ||
| 27 | python-pyyaml \ | ||
| 28 | python-stevedore \ | ||
| 29 | python-six \ | ||
| 30 | " | ||
| 31 | |||
| 32 | SRCNAME = "magnumclient" | ||
| 33 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | ||
| 34 | |||
| 35 | PV = "1.0.0.0b1+git${SRCPV}" | ||
| 36 | SRCREV = "fb1ff6777eb96a5b7ba38156bf8354cda9b88ad4" | ||
| 37 | S = "${WORKDIR}/git" | ||
| 38 | |||
| 39 | inherit setuptools3 rmargparse | ||
