| Summary: | dev-python/pbr-0.10.8 includes packages in requires.txt which are part of the standard library | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mike Gilbert <floppym> |
| Component: | [OLD] Unspecified | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | arfrever.fta, jlec |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 546776 | ||
|
Description
Mike Gilbert
2015-04-21 21:09:13 UTC
It was just deletion of a misfeature, which was causing that incorrect data in requirements.txt etc. were being corrected by pbr itself, but it is not the job of pbr to do it. Upstreams of other packages should fix their requirements.txt etc. $ grep argparse /usr/lib64/python*/site-packages/*.egg-info/requires.txt /usr/lib64/python2.6/site-packages/autopep8-1.1.1-py2.6.egg-info/requires.txt:argparse /usr/lib64/python2.6/site-packages/fanstatic-1.0a4-py2.6.egg-info/requires.txt:argparse /usr/lib64/python2.6/site-packages/pytest-2.7.0-py2.6.egg-info/requires.txt:argparse /usr/lib64/python2.6/site-packages/unittest2-1.0.1-py2.6.egg-info/requires.txt:argparse /usr/lib64/python3.1/site-packages/pytest-2.7.0-py3.1.egg-info/requires.txt:argparse /usr/lib64/python3.1/site-packages/unittest2-1.0.1-py3.1.egg-info/requires.txt:argparse commit f154c6ff1114a45204f0081bd5a548a232c2363c Author: Justin Lecher <jlec@gentoo.org> Date: Mon Nov 23 10:56:19 2015 +0100 dev-python/pbr: Drop old obsoletes: Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=547342 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=551596 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f154c6ff1114a45204f0081bd5a548a232c2363c |