diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 11:39:21 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 11:39:21 -0500 |
| commit | a6c018a7467f48293ddb67dbd58edd8d80db10ad (patch) | |
| tree | e478f590f4a1ec8060d45db70605aaf1e3b899bb /meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb | |
| parent | b26228953c1d0d8fa5b3f987bc6d6ccd7a753850 (diff) | |
| download | meta-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.rootwrap_1.5.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb new file mode 100644 index 0000000..3a2477b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Oslo Rootwrap" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.rootwrap" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "3a988feffa7a0fb022857db9287bf8b9" | ||
| 13 | SRC_URI[sha256sum] = "d2842359c08d7ecc5e5255f9c97aa9c42300eaed556d8f46fc18537e5d00b97e" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
