Skip to content

Commit

Permalink
Add --no-deps to setuptools download
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol committed Sep 14, 2020
1 parent 30ba408 commit d50e413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

- name: Control the version of setuptools used in the default construction of virtual environments
shell: |
pip3 download --require-hashes -r "{{ securedrop_app_code_prep_dir }}/requirements.txt" --dest /tmp/securedrop-app-code-requirements-download
pip3 download --no-deps --require-hashes -r "{{ securedrop_app_code_prep_dir }}/requirements.txt" --dest /tmp/securedrop-app-code-requirements-download
rm -f /usr/share/python-wheels/setuptools-*.whl
mv /tmp/securedrop-app-code-requirements-download/setuptools-*.whl /usr/share/python-wheels/
Expand Down

0 comments on commit d50e413

Please sign in to comment.