From 46c95437862c507672e425904b248ad86c938e97 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Sat, 9 Jan 2016 14:27:22 -0500 Subject: python-oslo.service: add new recipe to fulfil dependencies 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 Signed-off-by: Bruce Ashfield --- .../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 (limited to '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 \ + " -- cgit v1.2.3-54-g00ecf