Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ Your package (python-plotnine) Fails To Install in Fedora 38: can't install python3-plotnine+extra: - nothing provides python3.11dist(scikit-misc) needed by python3-plotnine+extra-0.10.1-6.fc38.noarch If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-38-x86_64 --config-opts mirrored=False install python3-plotnine+extra P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
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.