Bug 1229582
| Summary: | Installing python collections requires optional channel | |||
|---|---|---|---|---|
| Product: | Red Hat Software Collections | Reporter: | Petr Šplíchal <psplicha> | |
| Component: | rh-python35 | Assignee: | Python Maintainers <python-maint> | |
| Status: | CLOSED DUPLICATE | QA Contact: | Jan Kepler <jkejda> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | rh-python35 | CC: | bkabrda, bnater, cstratak, hhorak, jberan, jorton, kanderso, ohudlick | |
| Target Milestone: | rc | |||
| Target Release: | 2.2 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | rh-python35-2.0-2.el7 | Doc Type: | Known Issue | |
| Doc Text: |
When installing the python27 or rh-python35 Software Collections, the scl-utils-build package is required from the Optional channel.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1331045 (view as bug list) | Environment: | ||
| Last Closed: | 2016-05-31 07:24:09 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 1331045 has been marked as a duplicate of this bug. *** Marking as duplicate of bug 1332187. *** This bug has been marked as a duplicate of bug 1332187 *** |
Description of problem: It seems that after update to rhscl-2.0 python collections need optional channel to be enabled. Is that desired/expected? Version-Release number of selected component (if applicable): python27-1.1-20.el7.x86_64 rh-python34-2.0-5.el7.x86_64 Steps to Reproduce: $ yum install python27 ... Error: Package: python27-python-devel-2.7.8-3.el7.x86_64 (rhel-workstation-rhscl-7-rpms) Requires: scl-utils-build $ yum install rh-python34 ... Error: Package: rh-python34-python-sphinx-1.2.2-1.el7.noarch (rhel-workstation-rhscl-7-rpms) Requires: texlive-framed Error: Package: rh-python34-python-sphinx-1.2.2-1.el7.noarch (rhel-workstation-rhscl-7-rpms) Requires: texlive-threeparttable Error: Package: rh-python34-python-devel-3.4.2-9.el7.x86_64 (rhel-workstation-rhscl-7-rpms) Requires: scl-utils-build Error: Package: rh-python34-python-sphinx-1.2.2-1.el7.noarch (rhel-workstation-rhscl-7-rpms) Requires: texlive-wrapfig Error: Package: rh-python34-python-sphinx-1.2.2-1.el7.noarch (rhel-workstation-rhscl-7-rpms) Requires: texlive-titlesec Additional info: For rh-python34 several texlive packages are installed because of sphinx included as the dependency of the main metapackage. Is is necessary/desired to have sphinx always installed?