diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:25:46 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:25:46 -0400 |
| commit | 187c367ee8797ebe882e70bcad42a4cfb13f7641 (patch) | |
| tree | aff5a799bdff9ecea54d83ffdc430dbbd696eb71 /meta-openstack/recipes-devtools/python | |
| parent | 9a1a68263712299d6a20942a9446fe0c9432821f (diff) | |
| download | meta-cloud-services-187c367ee8797ebe882e70bcad42a4cfb13f7641.tar.gz | |
oslo: add rootwrap
Integrate oslo.rootwrap to meet juno dependencies for core projects
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.rootwrap_1.3.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb new file mode 100644 index 0000000..1391dcd --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.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] = "b867d1670d7e744790e9c6b503ec8838" | ||
| 13 | SRC_URI[sha256sum] = "42081a30779be0a8e33ee53f4e1235c17080278c4285505a6b65243740aab629" | ||
| 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 | " | ||
