Bug 1816790 - Installing python2-tqdm will bring in Python 3.
Summary: Installing python2-tqdm will bring in Python 3.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-tqdm
Version: epel7
Hardware: All
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Stephen Gallagher
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-03-24 18:06 UTC by Danila Vershinin
Modified: 2020-04-19 22:51 UTC (History)
2 users (show)

Fixed In Version: python-tqdm-4.45.0-1.el7
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-19 22:51:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Danila Vershinin 2020-03-24 18:06:20 UTC
The python2-tqdm package requires Python 3.

How reproducible: always

Steps to Reproduce:
1. repoquery --requires python2-tqdm
2. observe the output:

```
/usr/bin/python3.6
python(abi) = 2.7
```

Installing python2-tqdm will bring in Python 3.

Expected results: only Python 2 stack required.


Additional info:

According to example instructions here: https://python-rpm-porting.readthedocs.io/en/latest/tools.html

The /usr/bin/tqdm should be provided by "default" Python stack, so only the python2-tqdm should be the one with /usr/bin/tqdm, and python3-tqdm should have /usr/bin/tqdm-3.

But the current situation is that both python2-tqdm and python3-tqdm install the binary to the same location.
And moreover, the /usr/bin/tqdm is always of the Python 3 version.

Comment 1 Fedora Update System 2020-04-03 16:52:04 UTC
FEDORA-EPEL-2020-34b0ae2ac4 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-34b0ae2ac4

Comment 2 Fedora Update System 2020-04-04 05:38:27 UTC
FEDORA-EPEL-2020-34b0ae2ac4 has been pushed to the Fedora EPEL 7 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-34b0ae2ac4

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2020-04-19 22:51:35 UTC
FEDORA-EPEL-2020-34b0ae2ac4 has been pushed to the Fedora EPEL 7 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.