From a6c018a7467f48293ddb67dbd58edd8d80db10ad Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 21 Feb 2015 11:39:21 -0500 Subject: oslo: update to latest versions To get the clients functional, we need to update to the latest oslo release (and git trees). Signed-off-by: Bruce Ashfield --- .../python/python-oslo.db_1.4.1.bb | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb new file mode 100644 index 0000000..8428333 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "oslo.db library" +HOMEPAGE = "http://launchpad.net/oslo" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +PR = "r0" + +SRCNAME = "oslo.db" +SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "d49f8b663128698f2e094095f997519a" +SRC_URI[sha256sum] = "e1fc76e17db9552c42ddca7b95ef8dce9a2049c68b90c0130ed2e27c7a9d82fb" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-alembic \ + python-babel \ + python-iso8601 \ + python-lockfile \ + python-oslo.config \ + python-sqlalchemy \ + python-sqlalchemy-migrate \ + python-stevedore \ + " -- cgit v1.2.3-54-g00ecf