Skip to content

Commit 33b0254

Browse files
committed
fix: fix python version
Signed-off-by: Kim Ebert <[email protected]>
1 parent f4881dc commit 33b0254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-scripts/ubuntu-2204/build-plenum.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fpm --input-type "python" \
2727
--verbose \
2828
--python-package-name-prefix "python3"\
2929
--python-bin "/usr/bin/python3" \
30-
--exclude "usr/local/lib/python3.8/dist-packages/data" \
30+
--exclude "usr/local/lib/python3.10/dist-packages/data" \
3131
--exclude "usr/local/bin" \
3232
--exclude "*.pyc" \
3333
--exclude "*.pyo" \

build-scripts/ubuntu-2204/postinst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

88
# End automatically added section

0 commit comments

Comments
 (0)