aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNever <[email protected]>2016-12-07 11:26:51 +0100
committerNever <[email protected]>2016-12-07 11:26:51 +0100
commit8213153d37b4dde1a3722547a3fca07a8c2b4dd2 (patch)
treecedf4eb6e5e11641df3113d59910e11061b938af /src
parent8faed8bf9a1e6c059402027800aa8b2e78aabbb9 (diff)
adjust package name for Travis CI
Diffstat (limited to 'src')
-rwxr-xr-xsrc/scripts/ci/travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/travis/install.sh b/src/scripts/ci/travis/install.sh
index a4718a1cc..9f24457ab 100755
--- a/src/scripts/ci/travis/install.sh
+++ b/src/scripts/ci/travis/install.sh
@@ -28,7 +28,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
# all C++ features used in the manual. Install python-requests to avoid
# problem in Ubuntu packaged version, see
# http://stackoverflow.com/questions/32779919/no-module-named-for-requests
- sudo apt-get remove python-requests pyopenssl
+ sudo apt-get remove python-requests python-openssl
sudo pip install requests sphinx pyopenssl
fi