summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-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/python-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/python-os-win_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-win_git.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-win_git.bb b/meta-openstack/recipes-devtools/python/python-os-win_git.bb
deleted file mode 100644
index c17fefb..0000000
--- a/meta-openstack/recipes-devtools/python/python-os-win_git.bb
+++ /dev/null
@@ -1,35 +0,0 @@
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;branch=stable/pike \
9 "
10
11PV = "2.2.0+git${SRCPV}"
12SRCREV = "b507ec4e7cb5eead7a008e4d002bc31b85359908"
13S = "${WORKDIR}/git"
14
15inherit setuptools3
16
17DEPENDS += " \
18 python-pbr \
19 "
20
21# Satisfy setup.py 'setup_requires'
22DEPENDS += " \
23 python-pbr-native \
24 "
25
26RDEPENDS_${PN} += " \
27 python-pbr \
28 python-babel \
29 python-eventlet \
30 python-oslo.concurrency \
31 python-oslo.config \
32 python-oslo.log \
33 python-oslo.utils \
34 python-oslo.i18n \
35 "