Required by the stable/pike version of python-nova. Signed-off-by: Mark Asselstine <[email protected]> --- .../recipes-devtools/python/python-os-win_git.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 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..a742506 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-os-win_git.bb @@ -0,0 +1,30 @@ +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" + +SRC_URI = "\ + git://github.com/openstack/os-win.git;branch=stable/pike \ + " + +PV = "2.2.0+git${SRCPV}" +SRCREV = "b507ec4e7cb5eead7a008e4d002bc31b85359908" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-babel \ + python-eventlet \ + python-oslo.concurrency \ + python-oslo.config \ + python-oslo.log \ + python-oslo.utils \ + python-oslo.i18n \ + " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
