summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-win_git.bb35
-rw-r--r--meta-openstack/recipes-devtools/python/python3-os-win_git.bb37
2 files changed, 37 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 "
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 "