Bug 1696214
Summary: | python34-setuptools will no longer produce packages with bdist_rpm | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Ulrik Haugen <ulrik.haugen> |
Component: | python34 | Assignee: | Nobody's working on this, feel free to take it <nobody> |
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel7 | CC: | carl, cstratak, mhroncok, orion, pviktori, python-sig, TicoTimo, ulrik.haugen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-07-09 02:48:19 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
Ulrik Haugen
2019-04-04 11:03:31 UTC
A very dirty fix would be to patch bdist_rpm to use python3.X in the spec file instead of python3. AFAIK the responsible code is part of distutils (standard library). Patching bdist_rpm seems like a good start but please see my note about entry points too! console scripts entrypoints are created with the caller script. e.g. if you call python3.4 setup.py install, the entrypoints will have /usr/bin/pythno3.4 shebangs. I won't have time to work on this. Feel free to take it. EPEL 7 entered end-of-life (EOL) status on 2024-06-30.\n\nEPEL 7 is no longer maintained, which means that it\nwill not receive any further security or bug fix updates.\n As a result we are closing this bug. |