Skip to content

Commit cfc3411

Browse files
committed
Merge pull request EFForg#2817 from TheNavigat/fix-2801
Adding required package to install-dev-dependencies.sh
2 parents 0a2f2c1 + 8d551cf commit cfc3411

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)