From ee9b1b5d512384967ea7998b04a250928014d18a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 27 Nov 2013 11:11:28 -0500 Subject: python-cliff: uprev to havana nova-api minimum requirements Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-cliff_1.4.5.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb (limited to 'meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb') diff --git a/meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb b/meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb new file mode 100644 index 0000000..793ceca --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Command Line Interface Formulation Framework" +HOMEPAGE = "https://github.com/dreamhost/cliff" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +PR = "r0" +SRCNAME = "cliff" + +SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "21743e9e800cf526e88e420f366a4c5c" +SRC_URI[sha256sum] = "0ec2c40e899cbb4d478aa946e1430600bf596ca2a3f12162a9514e9d580935ec" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += "python-prettytable \ + python-cmd2 \ + python-pyparsing" -- cgit v1.2.3-54-g00ecf