diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-18 13:08:46 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-18 13:08:46 -0400 |
| commit | d11e6aed83fb3718a95d315bf60f2a66575daf1b (patch) | |
| tree | 2340ab559560253d3463e54057f025ca6f523491 /meta-openstack/recipes-devtools/python | |
| parent | 593e32bc9f6aed99f5a201406fd746f6aabc18ea (diff) | |
| download | meta-cloud-services-d11e6aed83fb3718a95d315bf60f2a66575daf1b.tar.gz | |
oslo.db: add oslo.db to satisfy juno requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.db_0.3.0.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_0.3.0.bb new file mode 100644 index 0000000..bbee63b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.db_0.3.0.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | DESCRIPTION = "oslo.db library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.db" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "2c7300e9f64b3ea54f56c9f04ff7d004" | ||
| 13 | SRC_URI[sha256sum] = "6ffdb57913fd56579d55b4154526b1e2a61d728b4c29b4dd7c0b8272c1ac2e1c" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${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 | " | ||
