Skip to content

Commit

Permalink
fix: fix python version
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Ebert <kim@indicio.tech>
  • Loading branch information
KimEbert42 committed Jun 10, 2024
1 parent f4881dc commit ec8b135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-scripts/ubuntu-2204/build-plenum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fpm --input-type "python" \
--verbose \
--python-package-name-prefix "python3"\
--python-bin "/usr/bin/python3" \
--exclude "usr/local/lib/python3.8/dist-packages/data" \
--exclude "usr/local/lib/python3.10/dist-packages/data" \
--exclude "usr/local/bin" \
--exclude "*.pyc" \
--exclude "*.pyo" \
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/ubuntu-2204/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Automatically added from template:
if which py3compile >/dev/null 2>&1; then
py3compile -O -p {package_name} /usr/local/lib/python3.8/dist-packages/
py3compile -O -p {package_name} /usr/local/lib/python3.10/dist-packages/
fi

# End automatically added section

0 comments on commit ec8b135

Please sign in to comment.