-
Notifications
You must be signed in to change notification settings - Fork 390
Virtual packages are not supported on Suse #6426
Copy link
Copy link
Open
Labels
Milestone
Description
opam install conf-python-3 fails because for some reason rpm -q --whatprovides python3 == python313-3.13.2-3.1.x86_64 is not recognized.
Is there some sort of --debug-solver knob to see what attempts opam 2.3.0 actually does to find something that provides python3?
This is a regression between 2.0.10 and 2.1.0~beta2:
opam init
opam install opam-devel.2.0.10
alias opam2="OPAMROOT=~/.opam2 ~/.opam/default/lib/opam-devel/opam"
rm -rf ~/.opam2 ; opam2 --version && opam2 init --disable-sandboxing && opam2 install conf-python-3
opam install opam-devel.2.1.0~beta2
rm -rf ~/.opam2 ; opam2 --version && opam2 init --disable-sandboxing && opam2 install conf-python-3
Reactions are currently unavailable