You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No package found for: (python3-importlib-metadata if python3 < 3.8)
While python3 on Fedora 32 is 3.8.
I can probably workaround this by adding an %if around the BR and rebuild the package, but I wonder how does the dependency resolution actually work. Is it resolved on some other Fedora version?
Koschei resolves dependencies using libdnf. It seems that libdnf is checking python3 version on the system it is running, not in configured sack. This will require further investigation.
See pytest on f32. It says:
While
python3
on Fedora 32 is 3.8.I can probably workaround this by adding an
%if
around the BR and rebuild the package, but I wonder how does the dependency resolution actually work. Is it resolved on some other Fedora version?cc @encukou
The text was updated successfully, but these errors were encountered: