summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-07-14 21:03:20 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-14 16:23:03 -0400
commit1aa80ad25a8359d42f15be4f469e1b145fdbf006 (patch)
tree64231af74e23872ab4267b46dc12ec20d4f07ab0 /meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
parentd844ae0644d6e9d3ae28c7d38d19f592f9205030 (diff)
downloadmeta-cloud-services-1aa80ad25a8359d42f15be4f469e1b145fdbf006.tar.gz
python3-oslo.config: Change python to python3
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.config_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.config_git.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
deleted file mode 100644
index 6a0498c..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files."
2HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/4.11.1"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6
7PV = "4.11.1+git${SRCPV}"
8SRCREV = "fb0738974824af6e1bc7d9fdf32a7c1d3ebf65fb"
9
10SRCNAME = "oslo.config"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12
13S = "${WORKDIR}/git"
14
15inherit setuptools3 rmargparse
16
17DEPENDS += " \
18 python-pbr \
19 python-pip \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
27RDEPENDS_${PN} += " \
28 python-pbr \
29 python-netaddr \
30 python-six \
31 python-stevedore \
32 python-debtcollector \
33 python-oslo.i18n \
34 python-rfc3986 \
35 python-pyyaml \
36 "
37