summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-07-21 14:01:24 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-24 13:12:13 -0400
commitcfac7d03941f6ae0b1b55f91bff6b217e8f798f7 (patch)
tree575ca0e1909d5feeaf6b45b039707044ca89148c /meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
parent5d6ffffc95af466f68777b22d6bd48e1d1b9d3c6 (diff)
downloadmeta-cloud-services-cfac7d03941f6ae0b1b55f91bff6b217e8f798f7.tar.gz
python3-oslo.concurrency: Change python to python3
Version updated to 3.21.2 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/python-oslo.concurrency_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
deleted file mode 100644
index 567606c..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1DESCRIPTION = "oslo.concurrency library"
2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7PV = "3.21.1+git${SRCPV}"
8SRCREV = "8adf9b1f0d69dca7372b967ef4f894487f1a9d64"
9
10SRCNAME = "oslo.concurrency"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12
13S = "${WORKDIR}/git"
14
15inherit setuptools3
16
17# DEPENDS_default: python-pip
18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \
26 python-pbr-native \
27 "
28
29# RDEPENDS_default:
30RDEPENDS_${PN} += " \
31 python-pbr \
32 python-fasteners \
33 python-oslo.config \
34 python-oslo.i18n \
35 python-oslo.utils \
36 python-six \
37 python-enum34 \
38 "