diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-03 15:45:35 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-03 16:34:54 -0500 |
| commit | 62c54d7030b69f86e3209b5c3e1770209e7cf460 (patch) | |
| tree | 5fff90af0f077c747b28018e18ce508bdce5a2a3 /meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb | |
| parent | 459bdbd798e67d38ecdb06bc18ee7a05400c7555 (diff) | |
| download | meta-cloud-services-62c54d7030b69f86e3209b5c3e1770209e7cf460.tar.gz | |
python3-debtcollector: upgrade 2.1.0 -> 2.2.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb deleted file mode 100644 index fbf4626..0000000 --- a/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | DESCRIPTION = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner." | ||
| 2 | HOMEPAGE = "http://docs.openstack.org/developer/debtcollector/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "9a1014f18abbc565b8e149fd70048c22" | ||
| 8 | SRC_URI[sha256sum] = "a25fc6215560d81cb9f2a0b58d6c834f2a24010987027bde169599e138a205af" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | ${PYTHON_PN}-pip \ | ||
| 14 | ${PYTHON_PN}-pbr \ | ||
| 15 | " | ||
| 16 | |||
| 17 | # Satisfy setup.py 'setup_requires' | ||
| 18 | DEPENDS += " \ | ||
| 19 | ${PYTHON_PN}-pbr-native \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # RDEPENDS_default: | ||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | ${PYTHON_PN}-pbr \ | ||
| 25 | ${PYTHON_PN}-wrapt \ | ||
| 26 | ${PYTHON_PN}-six \ | ||
| 27 | " | ||
