summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-debtcollector.inc
Commit message (Collapse)AuthorAgeFilesLines
* python3-debtcollector: upgrade 1.22.0 -> 2.1.0zangrc2020-07-201-27/+0
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python3-debtcollector: add six and wrapt to RDEPENDSTrevor Gamblin2020-04-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Add python3-wrapt and python3-six to RDEPENDS as debtcollector requires them for some functionality, e.g.: |root@qemux86-64:~# python3 |Python 3.7.6 (default, Apr 6 2020, 18:11:01) |[GCC 9.2.0] on linux |Type "help", "copyright", "credits" or "license" for more information. |>>> from debtcollector import removals |Traceback (most recent call last): | File "<stdin>", line 1, in <module> | File "/usr/lib64/python3.7/site-packages/debtcollector/removals.py", line 19, in <module> | import wrapt |ModuleNotFoundError: No module named 'wrapt' |>>> python3-six isn't needed for the python3 version of debtcollector, but add it to the RDEPENDS for consistency in backports of this patch (as python2 does require it). Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-debtcollector: upgrade 1.21.0 -> 1.22.0Yuan Chao2019-09-051-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-debtcollector: Add python3 versionZheng Ruoqin2019-08-301-0/+25
Providing a python3 version of python-debtcollector. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>