From 8464ccecda8d527a921f115c76e1a4add2fd2cdc Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 23 Jan 2017 22:09:01 -0500 Subject: python-osc-lib: initial version This is required for the uprev of python-heatclient to stable/newton. The version is selected based on all version requirements. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-osc-lib_1.1.0.bb | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb new file mode 100644 index 0000000..70582f7 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "OpenStackClient Library" +HOMEPAGE = "http://opensource.perlig.de/rcssmin/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRCNAME = "osc-lib" + +SRC_URI = "https://pypi.io/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ +" + +SRC_URI[md5sum] = "08bf2b46089da52240893d99a3892897" +SRC_URI[sha256sum] = "e06ca111b2702d442f5cf70c754b6331cc7742231f0fe0b634cbd03c502610ba" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += " \ + python-pbr \ + python-six \ + python-babel \ + python-cliff \ + python-keystoneauth1 \ + python-os-client-config \ + python-oslo.i18n \ + python-oslo.utils \ + python-simplejson \ + python-stevedore \ + " + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf