bugfix #1059 necessary for cryptography python package

This commit is contained in:
Kim Neunert
2020-04-04 17:35:39 +02:00
parent 0efa33461a
commit 0e8ecfe46b

View File

@@ -93,7 +93,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
sudo service bitcoind start
echo "*** Installing prerequisites ***"
sudo apt install libusb-1.0.0-dev libudev-dev virtualenv
sudo apt install libusb-1.0.0-dev libudev-dev virtualenv libssl-dev
# activating Authentication here ...
echo "*** creating App-config ***"