summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-11 14:26:19 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-11 14:26:19 -0500
commit402837ab13e791abb8690b50a0374f2cf1b12a1f (patch)
tree35ef06ef18f5914317a9acfc7c0e54939e138d9e /meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb
parent9a3030b6c46f70a06647c5dabad33649fc2ec6dc (diff)
downloadmeta-cloud-services-402837ab13e791abb8690b50a0374f2cf1b12a1f.tar.gz
core: add juno (2014.2) dependencies
Updating components and support utilities for the juno 2014.2 update. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb
new file mode 100644
index 0000000..bbee63b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.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] = "2c7300e9f64b3ea54f56c9f04ff7d004"
13SRC_URI[sha256sum] = "6ffdb57913fd56579d55b4154526b1e2a61d728b4c29b4dd7c0b8272c1ac2e1c"
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 "