summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 14:56:21 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 15:24:30 +0200
commit12557f3a2501bf5dc530f1c5626cfebdd89e85f6 (patch)
tree5eb881124cbc1e5da79b22d1babf2cfc48b45042 /meta-openstack/recipes-devtools/python
parent740945f7eda60ff371f9430c133416464225990c (diff)
downloadmeta-cloud-services-12557f3a2501bf5dc530f1c5626cfebdd89e85f6.tar.gz
python-os-win: Add recipe
This is required by python-nova. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-win_git.bb32
1 files changed, 32 insertions, 0 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
new file mode 100644
index 0000000..ae24a5e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-os-win_git.bb
@@ -0,0 +1,32 @@
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
7SRCNAME = "os-win"
8SRC_URI = "\
9 git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \
10 "
11
12PV = "1.2.2+git${SRCPV}"
13SRCREV = "4eb64bc790236b05ca2c561d53e72a0ff4745f14"
14S = "${WORKDIR}/git"
15
16inherit setuptools
17
18DEPENDS += " \
19 python-pbr \
20 "
21
22RDEPENDS_${PN} += " \
23 python-babel \
24 python-eventlet \
25 python-oslo.concurrency \
26 python-oslo.config \
27 python-oslo.i18n \
28 python-oslo.log \
29 python-oslo.service \
30 python-oslo.utils \
31 python-pbr \
32 "