diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-07-17 03:40:41 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-20 14:50:08 -0400 |
| commit | 3dfbf74c2b1b7f1c4d50c8efc8bd625d95145dc9 (patch) | |
| tree | 23405d50c805a0a9ee82bb04b86ce1ad32bc1776 /meta-openstack/recipes-devtools/python/python-debtcollector.inc | |
| parent | 9390e4ff9f34bdd7ce396b45454e95d9d318cfc3 (diff) | |
| download | meta-cloud-services-3dfbf74c2b1b7f1c4d50c8efc8bd625d95145dc9.tar.gz | |
python3-debtcollector: upgrade 1.22.0 -> 2.1.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-debtcollector.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-debtcollector.inc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector.inc b/meta-openstack/recipes-devtools/python/python-debtcollector.inc deleted file mode 100644 index d6d18e3..0000000 --- a/meta-openstack/recipes-devtools/python/python-debtcollector.inc +++ /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] = "0d12694a93a16824b1c67bece341229e" | ||
| 8 | SRC_URI[sha256sum] = "d1756440d25a50e3eca2fc399c9e5f1ca2f9e6b837570a80b9450999f4290525" | ||
| 9 | |||
| 10 | inherit 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 | " | ||
