From 6fbb59a85e7e495eaee7fd580dcdac2ecedcf790 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 29 Aug 2014 09:47:01 -0400 Subject: support packages: uprev to juno 2014.2-b2 versions Signed-off-by: Bruce Ashfield --- .../python/python-oslo.utils_git.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb new file mode 100644 index 0000000..557c107 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Oslo utils" +HOMEPAGE = "https://launchpad.net/oslo" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +PR = "r0" + +SRCNAME = "oslo.utils" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git" + +PV = "0.2.0" +SRCREV = "118f7ea84a476604f2498fc4d28c9c2b266c717a" +S = "${WORKDIR}/git" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf