Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Pin pyparsing to 2.4.0 (#564)
Browse files Browse the repository at this point in the history
.. until packaging fixes their warnings - pypa/packaging#170
  • Loading branch information
nthomas-mozilla committed Jul 26, 2019
1 parent dd58a4d commit 185bf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/verify-requirements.sh
Expand Up @@ -13,7 +13,7 @@ apt-get -q --yes install gcc automake autoconf libmariadbclient-dev liblzma-dev

# We need virtualenv and hashin to do our work, so we install them
# into the system first
pip install virtualenv hashin
pip install virtualenv pyparsing==2.4.0 hashin

error_messages=""

Expand Down

0 comments on commit 185bf23

Please sign in to comment.