Bug 2192080
| Summary: | F37FailsToInstall: python3-plotnine+extra | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-plotnine | Assignee: | Sandro <gui1ty> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 37 | CC: | code, gui1ty, neuro-sig |
| 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: | 2023-05-18 00:50:08 UTC | Type: | --- |
| 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: | 2045109 | ||
|
Description
Fedora Fails To Install
2023-04-29 09:13:02 UTC
It seems the 'Provides: python3.11dist(scikit-misc)' is no longer generated correctly since the switch to the Meson build. python3-scikit-misc-0.4.1 has it: https://koji.fedoraproject.org/koji/rpminfo?rpmID=33499016 python3-scikit-misc-0.2.0 no longer does. It only has 'python3.11-scikit-misc = 0.2.0-2.fc37': https://koji.fedoraproject.org/koji/rpminfo?rpmID=34286026 Not sure on how to handle this. Do I need to add some Python macros to the spec for generating the correct provides? Or do I add these manually? @music any thoughts? I’m going to try packaging python-meson-python and see if I can get the build working that way. (In reply to Ben Beasley from comment #3) > I’m going to try packaging python-meson-python and see if I can get the > build working that way. I saw your comment in bug 2192078. Using python-meson-python is probably the cleanest approach. Thanks! Should I add Provides for the time being or just let it mellow for a while? (In reply to Sandro from comment #4) > I saw your comment in bug 2192078. Using python-meson-python is probably the > cleanest approach. Thanks! Should I add Provides for the time being or just > let it mellow for a while? Hmm. Since adding %py_provides won’t help without proper metadata, and the packaging guidelines really disfavor adding the machine-readable Provides manually (https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Machine-readable-provides), let’s see if we can fix it the “right” way reasonably quickly. FEDORA-2023-670f0267f5 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-670f0267f5 FEDORA-2023-670f0267f5 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-670f0267f5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-670f0267f5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-670f0267f5 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. |