diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:05:45 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | ec01b81ae96e8a5444964dad922755c2116049f2 (patch) | |
| tree | 7b04346a43b6aa7ff589814a4ada8573badba6a6 /meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb | |
| parent | 3dd57fd67adb55ca1bde26937b1f54c06a4e8d3c (diff) | |
| download | meta-cloud-services-ec01b81ae96e8a5444964dad922755c2116049f2.tar.gz | |
python-cliff: upgrade to 1.12.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb deleted file mode 100644 index 7a6bb83..0000000 --- a/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 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] = "8f3f67d57bf5a2541efeedcea1aa64ab" | ||
| 13 | SRC_URI[sha256sum] = "209882e199fdf98aeed0db44b922aa688e5a66d81c45148a5743804f9aa680e1" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | ||
| 20 | python-cmd2 \ | ||
| 21 | python-pyparsing" | ||
| 22 | |||
| 23 | CLEANBROKEN = "1" | ||
