- added needed 'testresources' module in the setup_ubuntu.sh script - Hans Boot contribution

This commit is contained in:
Marius Stanciu
2020-12-31 19:40:22 +02:00
committed by Marius
parent c27a69d5c1
commit 1a53dd80b4
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ CHANGELOG for FlatCAM beta
- fixed a string ("Penelization Reference") by Hans Boot contribution. - fixed a string ("Penelization Reference") by Hans Boot contribution.
- fixed a string ("Penelization Reference") translations by Hans Boot contribution. - fixed a string ("Penelization Reference") translations by Hans Boot contribution.
- fixed issue with not being able to mill holes in a Excellon object part of a loaded project (JSON serialization makes all keys in dictionary strings so I had to make sure that the obj.tools dict keys are made integers on project reconstruction) - fixed issue with not being able to mill holes in a Excellon object part of a loaded project (JSON serialization makes all keys in dictionary strings so I had to make sure that the obj.tools dict keys are made integers on project reconstruction)
- added needed 'testresources' module in the setup_ubuntu.sh script - Hans Boot contribution
30.12.2020 30.12.2020

View File

@@ -46,6 +46,7 @@ sudo -H python3 -m pip install --upgrade \
reportlab \ reportlab \
svglib \ svglib \
pyserial \ pyserial \
testresources \
pikepdf pikepdf
sudo -H easy_install -U distribute sudo -H easy_install -U distribute