Skip to content

Commit

Permalink
testsuite: libssl-dev is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderS committed Feb 1, 2021
1 parent 2b2e1cc commit 6c062e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else
pip_wheel -r testsuite/requirements.txt

if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
sudo apt-get install -y libaugeas-dev libacl1-dev libssl-dev swig
sudo apt-get install -y libaugeas-dev libacl1-dev swig
pip_wheel -r testsuite/requirements-optional.txt
fi
fi
Expand Down

0 comments on commit 6c062e0

Please sign in to comment.