summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 11:39:21 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 11:39:21 -0500
commita6c018a7467f48293ddb67dbd58edd8d80db10ad (patch)
treee478f590f4a1ec8060d45db70605aaf1e3b899bb /meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb
parentb26228953c1d0d8fa5b3f987bc6d6ccd7a753850 (diff)
downloadmeta-cloud-services-a6c018a7467f48293ddb67dbd58edd8d80db10ad.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.db_1.4.1.bb32
1 files changed, 32 insertions, 0 deletions
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 @@
1DESCRIPTION = "oslo.db library"
2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7PR = "r0"
8
9SRCNAME = "oslo.db"
10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "d49f8b663128698f2e094095f997519a"
13SRC_URI[sha256sum] = "e1fc76e17db9552c42ddca7b95ef8dce9a2049c68b90c0130ed2e27c7a9d82fb"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21 "
22
23RDEPENDS_${PN} += " \
24 python-alembic \
25 python-babel \
26 python-iso8601 \
27 python-lockfile \
28 python-oslo.config \
29 python-sqlalchemy \
30 python-sqlalchemy-migrate \
31 python-stevedore \
32 "