now specifying python version in fpm build

This commit is contained in:
Joel Klimont 2022-10-07 19:12:38 +02:00
parent b6c351dd0b
commit 60cfb2669c
2 changed files with 1 additions and 4 deletions

View file

@ -14,7 +14,7 @@ echo "Building Package version: $VERSION"
# BE CAREFUL TO NOT BUILD IN A PYTHON VENV!
# be sure to change version if needed!
fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefix python3 \
fpm -s python --python-bin python3.9 --python-package-name-prefix python3 \
-m '"Joel Klimont" <joel.klimont@comp-air.at>' \
--license 'proprietary' \
--description 'Library for robot used in the competition' \