Edit linux dependencies
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
75e3ecae80
commit
6496dcb432
@ -17,10 +17,10 @@ steps:
|
|||||||
- apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy py3-pandas python3-tkinter libgfortran libquadmath libgcc gnutls
|
- apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy py3-pandas python3-tkinter libgfortran libquadmath libgcc gnutls
|
||||||
# linux build
|
# linux build
|
||||||
- cd /drone/src/
|
- cd /drone/src/
|
||||||
- python -m venv venv
|
- python -m venv --system-site-packages venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip3 config --user set global.progress_bar off
|
- pip3 config --user set global.progress_bar off
|
||||||
- pip3 install --prefer-binary -r requirements.txt
|
- pip3 install --prefer-binary --ignore-installed -r requirements.txt
|
||||||
- pyinstaller --onefile --name matomo-csv-util.bin --hidden-import=tkinter -y --distpath /drone/src/out/ /drone/src/main.py
|
- pyinstaller --onefile --name matomo-csv-util.bin --hidden-import=tkinter -y --distpath /drone/src/out/ /drone/src/main.py
|
||||||
- deactivate
|
- deactivate
|
||||||
- cp -v out/matomo-csv-util.bin dist/
|
- cp -v out/matomo-csv-util.bin dist/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
altgraph==0.17.4
|
altgraph==0.17.4
|
||||||
numpy==1.26.3
|
numpy==1.25.2
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
pandas==2.0.3
|
pandas==2.0.3
|
||||||
pefile==2023.2.7
|
pefile==2023.2.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user