summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-os-win_git.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-07-21 14:01:40 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-24 13:12:13 -0400
commitf6ef8ed5ab81f21575b158f8c0a2f3654a0363a4 (patch)
treee20b58273d1fc06e83295608f8d5132f51e43313 /meta-openstack/recipes-devtools/python/python3-os-win_git.bb
parentfb727d085b21fe8c627d64a32c13aff54e42fe22 (diff)
downloadmeta-cloud-services-f6ef8ed5ab81f21575b158f8c0a2f3654a0363a4.tar.gz
python3-os-win: Change python to python3
Version updated to 5.1.0 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/python3-os-win_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-os-win_git.bb37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-os-win_git.bb b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb
new file mode 100644
index 0000000..5a2b765
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb
@@ -0,0 +1,37 @@
1DESCRIPTION = "Windows / Hyper-V library for OpenStack projects."
2HOMEPAGE = "https://github.com/openstack/os-win"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7SRC_URI = "\
8 git://github.com/openstack/os-win.git \
9 "
10
11PV = "5.1.0+git${SRCPV}"
12SRCREV = "066c1c49b52de17217edfdbefe9c96e457ad23d2"
13S = "${WORKDIR}/git"
14
15inherit setuptools3
16
17DEPENDS += " \
18 python3-pbr \
19 "
20
21# Satisfy setup.py 'setup_requires'
22DEPENDS += " \
23 python3-pbr-native \
24 "
25
26RDEPENDS_${PN} += " \
27 python3-pbr \
28 python3-babel \
29 python3-eventlet \
30 python3-oslo.concurrency \
31 python3-oslo.config \
32 python3-oslo.log \
33 python3-oslo.utils \
34 python3-oslo.i18n \
35 python3-greenlet \
36 python3-dnspython \
37 "