Bug 2192078
Summary: | F38FailsToInstall: 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: | 38 | 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 01:56:55 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: | 2117177 |
Description
Fedora Fails To Install
2023-04-29 09:12:30 UTC
This is a problem in F39, F38, and F37. The root cause is that the python-scikit-misc package, as built, does not include any Python metadata, so the automatic generators do not provide python3dist(scikit-misc) etc. We should probably try to build it with pyproject-rpm-macros rather than using meson directly; it’s likely that this will furnish the missing dist-info metadata. That will require packaging python-meson-python. > The root cause is that the python-scikit-misc package, as built, does not
> include any Python metadata, so the automatic generators do not provide
> python3dist(scikit-misc) etc.
I wonder how that affects the PyPI release...
(In reply to Sandro from comment #2) > > The root cause is that the python-scikit-misc package, as built, does not > > include any Python metadata, so the automatic generators do not provide > > python3dist(scikit-misc) etc. > > I wonder how that affects the PyPI release... I suspect everything is fine when using the meson-python layer, and the meson build system is subordinate to the Python one. I’ve submitted python-meson-python for review (bug 2192109) but haven’t had a chance to try to build python-scikit-misc using it yet. It should be pretty straightforward except for figuring out how to control the meson options. > > I wonder how that affects the PyPI release...
>
> I suspect everything is fine when using the meson-python layer, and the
> meson build system is subordinate to the Python one.
Yeah. I have a better understanding now of how this works in the Python ecosystem.
As I mentioned elsewhere, the presence of meson.build files sent me down the wrong track. That and being blissfully unaware of the existence of mesonpy.
FEDORA-2023-45d127eadb has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-45d127eadb FEDORA-2023-45d127eadb has been pushed to the Fedora 38 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-45d127eadb` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-45d127eadb See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-45d127eadb has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. |