Needed by the stable/pike version of python-neutron. Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-os-xenapi_git.bb | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb
diff --git a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb new file mode 100644 index 0000000..f3d54f6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "XenAPI library for OpenStack projects." +HOMEPAGE = "https://github.com/openstack/os-xenapi" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRCNAME = "os-xenapi" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" + +PV = "0.3.1+git${SRCPV}" +SRCREV = "7dce682e2ab0c14236dbc58a38c925536b3b6f8d" +S = "${WORKDIR}/git" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-babel \ + python-eventlet \ + python-oslo.concurrency \ + python-oslo.log \ + python-oslo.utils \ + python-oslo.i18n \ + python-six \ + " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
