summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-os-win_git.bb
diff options
context:
space:
mode:
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 "