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 --- .../recipes-devtools/python/python-oslo.db_git.bb | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.db_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslo.db_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb new file mode 100644 index 0000000..f3f7074 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "oslo.db library" +HOMEPAGE = "http://launchpad.net/oslo" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +PV = "3.1.0+git${SRCPV}" +SRCREV = "3afd58f6ab0fc2acb1dd92f652cec48e87763cf6" + +SRCNAME = "oslo.db" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-six \ + python-alembic \ + python-babel \ + python-iso8601 \ + python-lockfile \ + python-oslo.config \ + python-oslo.i18n \ + python-oslo.context \ + python-oslo.utils \ + python-sqlalchemy \ + python-sqlalchemy-migrate \ + python-stevedore \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf