diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-15 16:42:18 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-05-16 15:49:16 -0400 |
| commit | af1a55190fb5d8dede7521fc39a7811546a9c18d (patch) | |
| tree | 01131ce8b253a276327e320dd548a077bd0e9fca /meta-openstack/recipes-devtools/python/python-debtcollector_1.21.0.bb | |
| parent | 90bff2d9f23c9f3732d758f2a76f1e6b339c56ff (diff) | |
| download | meta-cloud-services-af1a55190fb5d8dede7521fc39a7811546a9c18d.tar.gz | |
python-debtcollector:upgrade 1.17.1 -> 1.21.0
-Upgrade from python-debtcollector_1.17.1.bb to python-debtcollector_1.21.0.bb.
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_1.21.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-debtcollector_1.21.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_1.21.0.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_1.21.0.bb new file mode 100644 index 0000000..18b910b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-debtcollector_1.21.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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] = "ec899623b37fdee65b888243f0a46735" | ||
| 8 | SRC_URI[sha256sum] = "f6ce5a383ad73c23e1138dbb69bf45d33f4a4bdec38f02dbf2b89477ec5e55bc" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python-pip \ | ||
| 14 | python-pbr \ | ||
| 15 | " | ||
| 16 | |||
| 17 | # Satisfy setup.py 'setup_requires' | ||
| 18 | DEPENDS += " \ | ||
| 19 | python-pbr-native \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # RDEPENDS_default: | ||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | python-pbr \ | ||
| 25 | python-funcsigs \ | ||
| 26 | " | ||
