We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4881dc commit 33b0254Copy full SHA for 33b0254
build-scripts/ubuntu-2204/build-plenum.sh
@@ -27,7 +27,7 @@ fpm --input-type "python" \
27
--verbose \
28
--python-package-name-prefix "python3"\
29
--python-bin "/usr/bin/python3" \
30
- --exclude "usr/local/lib/python3.8/dist-packages/data" \
+ --exclude "usr/local/lib/python3.10/dist-packages/data" \
31
--exclude "usr/local/bin" \
32
--exclude "*.pyc" \
33
--exclude "*.pyo" \
build-scripts/ubuntu-2204/postinst
@@ -2,7 +2,7 @@
2
3
# Automatically added from template:
4
if which py3compile >/dev/null 2>&1; then
5
- py3compile -O -p {package_name} /usr/local/lib/python3.8/dist-packages/
+ py3compile -O -p {package_name} /usr/local/lib/python3.10/dist-packages/
6
fi
7
8
# End automatically added section
0 commit comments