Skip to content

Commit

Permalink
bootstrap: use python3.12 now for SUSE based repo
Browse files Browse the repository at this point in the history
Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
kshtsk committed Jul 1, 2024
1 parent fc0f998 commit 81ed7cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ Linux)
fi
;;
"openSUSE project"|"SUSE LINUX"|"openSUSE"|"openSUSELeap"|"openSUSETumbleweed")
deps=(python3-pip python3-devel python3 libev-devel libvirt-devel libffi-devel)
PYTHON=python3.12
deps=(python312-pip python312-devel python312 libev-devel libvirt-devel libffi-devel)
for package in ${deps[@]}; do
if ! rpm -q --whatprovides $package; then
if [ "$(rpm -q --whatprovides $package)" == "no package provides $package" ]; then
Expand Down

0 comments on commit 81ed7cf

Please sign in to comment.