From 1dc5422f0819564d7e5c010d7a22bd336b95e722 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 17 Jul 2020 03:42:03 +0800 Subject: python3-cliff: upgrade 2.17.0 -> 3.3.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-cliff.inc | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-cliff.inc (limited to 'meta-openstack/recipes-devtools/python/python-cliff.inc') diff --git a/meta-openstack/recipes-devtools/python/python-cliff.inc b/meta-openstack/recipes-devtools/python/python-cliff.inc deleted file mode 100644 index 8a7ec7d..0000000 --- a/meta-openstack/recipes-devtools/python/python-cliff.inc +++ /dev/null @@ -1,31 +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] = "d51b9a153c6d9ba597c47bb34cb13366" -SRC_URI[sha256sum] = "f5a1c6b32047aa0d272398d311fd711d41dd5e1cd5195ebe36ebb47f464416fa" - -inherit pypi - -DEPENDS += "\ - ${PYTHON_PN}-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - ${PYTHON_PN}-pbr-native \ - " - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-cmd2 \ - ${PYTHON_PN}-pbr \ - ${PYTHON_PN}-pyparsing \ - ${PYTHON_PN}-prettytable \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-stevedore \ - ${PYTHON_PN}-pyyaml \ -" - -CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf