Bug 2303479
Summary: | python3-matplotlib not installable | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Rex Dieter <rdieter> |
Component: | python-matplotlib | Assignee: | opoplawski |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel8 | CC: | carl, epel-packagers-sig, gwync, paulo.cesar.pereira.de.andrade, python-packagers-sig, quantum.analyst, tomspur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-11-09 06:58:02 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
Rex Dieter
2024-08-07 15:15:06 UTC
Orion Poplawski built this for epel8. (I thought I needed it in epel10 for Ceph, but so far that hasn't turned out to be true.) I think Orion is the right person to fix epel8. ??? python3-matplotlib is installable from EPEL 8. The libqhull dependency is in the CRB repo. root@rhel8-container:~# dnf -q repoquery --info --whatprovides 'libqhull.so.7()(64bit)' Name : libqhull Version : 2015.2 Release : 5.el8 Architecture : x86_64 Size : 169 k Source : qhull-2015.2-5.el8.src.rpm Repository : codeready-builder-for-rhel-8-x86_64-rpms Summary : -n libqhull URL : http://www.qhull.org License : Qhull Description : -n libqhull The CRB repository is disabled by default, but the EPEL Getting Started guide explicitly mentions enabling it. https://docs.fedoraproject.org/en-US/epel/getting-started/#_el8 |