diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-27 11:11:28 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-27 11:11:28 -0500 |
| commit | ee9b1b5d512384967ea7998b04a250928014d18a (patch) | |
| tree | b8ee65688d3412aeba00d31e4e0fb42d2940b3cd /meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb | |
| parent | df8f601c6d07e3cedd5542a4648cf79280fe06fe (diff) | |
| download | meta-cloud-services-ee9b1b5d512384967ea7998b04a250928014d18a.tar.gz | |
python-cliff: uprev to havana nova-api minimum requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cliff_1.4.5.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Command Line Interface Formulation Framework" | ||
| 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "cliff" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "21743e9e800cf526e88e420f366a4c5c" | ||
| 13 | SRC_URI[sha256sum] = "0ec2c40e899cbb4d478aa946e1430600bf596ca2a3f12162a9514e9d580935ec" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | ||
| 20 | python-cmd2 \ | ||
| 21 | python-pyparsing" | ||
