| Summary: | mandatory package python-matplotlib in @engineering-and-scientific group does not exist | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yu Watanabe <watanabe.yu> |
| Component: | python-matplotlib | Assignee: | Thomas Spura <tomspur> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | cstratak, gwync, jonathan.underwood, jspaleta, paulo.cesar.pereira.de.andrade, python-sig, tomspur, watanabe.yu, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-04 12:55: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: | |
> Steps to Reproduce:
> 1. install group by using the
1. install group by using the above command.
Should be fixed by https://git.fedorahosted.org/cgit/comps.git/commit/?id=b37d7b353cd498ae46ec17a7887bb94496581f04. Thanks. |
Description of problem: The following command does not install python[23]-matplotlib package. -------- dnf --releasever=24 --installroot=/nfsroot/hoge \ -y install '@engineering-and-scientific' -------- Because comps.xml says that @engineering-and-scientific group requires python-matplotlib package, not python2-matplotlib or python3-matplotlib package. Version-Release number of selected component (if applicable): python2-matplotlib-1.4.3-12.fc24.x86_64.rpm How reproducible: always. Steps to Reproduce: 1. install group by using the 2. 3. Actual results: python2-matplotlib or python3-matplotlib is installed. Expected results: Neither of those is installed. Additional info: