Skip to content

Commit 8d551cf

Browse files
committed
Adding required package to install-dev-dependencies.sh
1 parent 1cbab3d commit 8d551cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-dev-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if type apt-get >/dev/null ; then
1414
fi
1515
sudo apt-get install libxml2-dev libxml2-utils libxslt1-dev python-dev \
1616
$BROWSERS zip sqlite3 python-pip libcurl4-openssl-dev \
17-
$CHROMEDRIVER
17+
libssl-dev $CHROMEDRIVER
1818
elif type brew >/dev/null ; then
1919
brew list python &>/dev/null || brew install python
2020
brew install libxml2 gnu-sed chromedriver

0 commit comments

Comments
 (0)