From 21bf75b1c5c02e5ec0e5ccb9a596045e2e5e7441 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Mon, 9 Sep 2019 13:30:27 +0800 Subject: python-cliff: upgrade 2.15.0 -> 2.16.0 1) Upgrade python-cliff from 2.15.0 to 2.16.0. 2) Remove repetitive RDEPENDS python-prettytable. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-cliff_2.15.0.bb | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-cliff_2.15.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-cliff_2.15.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-cliff_2.15.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_2.15.0.bb deleted file mode 100644 index cfcd424..0000000 --- a/meta-openstack/recipes-devtools/python/python-cliff_2.15.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -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" - -SRC_URI[md5sum] = "f51df6220d4a57c2b84d4b5a9e59e711" -SRC_URI[sha256sum] = "fe044273539250a99a5b9915843902e40e4e9b32ac5698c1fae89e31200d649f" - -inherit setuptools pypi - -DEPENDS += "\ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += "python-prettytable \ - python-cmd2 \ - python-pbr \ - python-pyparsing \ - python-prettytable \ - python-six \ - python-stevedore \ - python-unicodecsv \ - python-pyyaml \ -" - -CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf