Skip to content

Commit

Permalink
Fix u2204 python interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Aug 27, 2022
1 parent e7b9fab commit 5ed5218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/packaging/build_archive
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ case "${DISTRO}_${DISTRO_VERSION}" in
;;
ubuntu_22.04)
export PKGS=(python3.10-minimal git)
export PYVER=python3.10
export PYBIN=/usr/bin/python3.10
;;
debian_10)
export PKGS=(python3.7-minimal git wget)
Expand Down

0 comments on commit 5ed5218

Please sign in to comment.