From 12557f3a2501bf5dc530f1c5626cfebdd89e85f6 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 8 Aug 2017 14:56:21 +0200 Subject: python-os-win: Add recipe This is required by python-nova. Signed-off-by: Adrian Dudau --- .../recipes-devtools/python/python-os-win_git.bb | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-os-win_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-os-win_git.bb') 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 @@ +DESCRIPTION = "Windows / Hyper-V library for OpenStack projects" +HOMEPAGE = "https://github.com/openstack/os-win" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +SRCNAME = "os-win" +SRC_URI = "\ + git://github.com/openstack/${SRCNAME}.git;branch=stable/newton \ + " + +PV = "1.2.2+git${SRCPV}" +SRCREV = "4eb64bc790236b05ca2c561d53e72a0ff4745f14" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-babel \ + python-eventlet \ + python-oslo.concurrency \ + python-oslo.config \ + python-oslo.i18n \ + python-oslo.log \ + python-oslo.service \ + python-oslo.utils \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf