Bug 1807580
Summary: | eclipse-pydev requires Python 2 to build | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Viktorin (pviktori) <pviktori> |
Component: | eclipse-pydev | Assignee: | Mat Booth <mat.booth> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | akurtako, eclipse-sig, jjohnstn, mat.booth, mhroncok |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | eclipse-pydev-7.5.0-1.fc32 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-06 00:16:48 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1803205 |
Description
Petr Viktorin (pviktori)
2020-02-26 16:22:13 UTC
I've tried to fix this couple months back but it got caught in a modular crossfire: https://src.fedoraproject.org/rpms/eclipse-pydev/pull-request/1 I don't know of a good way to query modular content, so changes/removal of Python 2 will not be announced/coordinated with individual module packagers. So if this gets moved to a module, please monitor Fedora changes related to Python 2. Anyway the spec on master has: %if 0%{?fedora} < 32 # Cython for python 2 was removed in F32+ BuildRequires: python2-devel BuildRequires: python2-Cython %endif It just hasn't been built successfully yet. FEDORA-2020-1d0635bd71 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-1d0635bd71 FEDORA-2020-1d0635bd71 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-1d0635bd71` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-1d0635bd71 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-1d0635bd71 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. |