Bug 1816790

Summary: Installing python2-tqdm will bring in Python 3.
Product: [Fedora] Fedora EPEL Reporter: Danila Vershinin <ciapnz>
Component: python-tqdmAssignee: Stephen Gallagher <sgallagh>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: epel7CC: igor.raits, sgallagh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-tqdm-4.45.0-1.el7 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-19 22:51:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.