diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-07-17 03:42:03 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-20 14:50:11 -0400 |
| commit | 1dc5422f0819564d7e5c010d7a22bd336b95e722 (patch) | |
| tree | f367d45af32e5e93d5eb150cca14a69ff6dd71be /meta-openstack/recipes-devtools/python/python-cliff.inc | |
| parent | ffb5a12986def8cbb47983686046ac776afb3015 (diff) | |
| download | meta-cloud-services-1dc5422f0819564d7e5c010d7a22bd336b95e722.tar.gz | |
python3-cliff: upgrade 2.17.0 -> 3.3.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cliff.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cliff.inc | 31 |
1 files changed, 0 insertions, 31 deletions
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 @@ | |||
| 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 | SRC_URI[md5sum] = "d51b9a153c6d9ba597c47bb34cb13366" | ||
| 8 | SRC_URI[sha256sum] = "f5a1c6b32047aa0d272398d311fd711d41dd5e1cd5195ebe36ebb47f464416fa" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | DEPENDS += "\ | ||
| 13 | ${PYTHON_PN}-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | ${PYTHON_PN}-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | ${PYTHON_PN}-cmd2 \ | ||
| 23 | ${PYTHON_PN}-pbr \ | ||
| 24 | ${PYTHON_PN}-pyparsing \ | ||
| 25 | ${PYTHON_PN}-prettytable \ | ||
| 26 | ${PYTHON_PN}-six \ | ||
| 27 | ${PYTHON_PN}-stevedore \ | ||
| 28 | ${PYTHON_PN}-pyyaml \ | ||
| 29 | " | ||
| 30 | |||
| 31 | CLEANBROKEN = "1" | ||
