From 3f174923c7da9ec2805672f933e20729f8ed1e7c Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:40:57 -0500 Subject: python-oslo*: convert to 'git' and uprev These python-oslo* recipes did not previously use git so switching them to make future uprevs simpler. While we are at it uprev to the version required for the liberty release. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-oslo.config_git.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.config_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslo.config_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb new file mode 100644 index 0000000..abd3269 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files." +HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/2.6.0" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" + +PV = "2.6.0+git${SRCPV}" +SRCREV = "ee2bab65e9a2f38bb915f106a4da1520e4b5060c" + +SRCNAME = "oslo.config" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit setuptools rmargparse + +DEPENDS += " \ + python-pbr \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-netaddr \ + python-six \ + python-stevedore \ + " -- cgit v1.2.3-54-g00ecf