Latest version of mingw-python3 packages introduced a hard dependency on python3.10-devel package which is missing, but most likely not named that way(libpython3.10-devel?). How reproducible: Always Steps to Reproduce: $ urpmi mingw32-python3 --test A requested package cannot be installed: mingw32-python3-3.10.6-1.mga9.noarch (due to unsatisfied python3.10-devel) Continue installation anyway? (Y/n) n
By replacing in mingw-python3's spec file the 2 occurrences of line "Requires: python%{py_ver}-devel" with "Requires: python3-devel" worked out just fine. Regards.
(In reply to Aurelian R from comment #1) > By replacing in mingw-python3's spec file the 2 occurrences of line > > "Requires: python%{py_ver}-devel" > with > > "Requires: python3-devel" > > worked out just fine. > > Regards. Thanks for the report and for figuring that out. Assigning to the python stack maintainers.
Assignee: bugsquad => pythonCC: (none) => marja11
python3-3.10.6-2.mga9 providing python3-devel fixed the issue. Great, this was a short-lived bug.
Resolution: (none) => FIXEDStatus: NEW => RESOLVED