This python module is required for the uprev of nova, trove, neutron, heat... so we are making it available in order to support the pending uprev of these packages as we move to openstack liberty.
This python module provides a library for running openstack services. Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-oslo.service_git.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.service_git.bb diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb new file mode 100644 index 0000000..56384bc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "oslo.service library" +HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +PV = "0.11.0" +SRCREV = "3336127916edcd1d94f9bb2df978facb434efa5e" + +SRCNAME = "oslo.service" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + " -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
