mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Call strip_hashes.py using Python 3.
This commit is contained in:
parent
2ad71f0199
commit
987648dd10
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ fi
|
|||
# We strip the hashes because the venv creation script includes unhashed
|
||||
# constraints in the commands given to pip and the mix of hashed and unhashed
|
||||
# packages makes pip error out.
|
||||
tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > unhashed-requirements.txt
|
||||
python3 tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > unhashed-requirements.txt
|
||||
CERTBOT_PIP_NO_BINARY=:all: tools/venv3.py --requirement unhashed-requirements.txt
|
||||
. "$VENV_PATH/bin/activate"
|
||||
# pytest is needed to run tests on some of our packages so we install a pinned version here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue