Skip to content

Commit

Permalink
Merge pull request #266 from freedomofpress/fix-proxy-nightlies-with-…
Browse files Browse the repository at this point in the history
…new-reqs-path

Update proxy reqs path
  • Loading branch information
sssoleileraaa authored Sep 1, 2021
2 parents 53acd22 + c2977c1 commit 2630240
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion securedrop-proxy/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
%:
dh $@ --with python-virtualenv

REQUIREMENTS_FILE=requirements/build-requirements.txt

override_dh_virtualenv:
test -e $(REQUIREMENTS_FILE)
dh_virtualenv \
--python /usr/bin/python3 \
--setuptools \
Expand All @@ -14,7 +17,7 @@ override_dh_virtualenv:
--extra-pip-arg "--no-deps" \
--extra-pip-arg "--no-cache-dir" \
--extra-pip-arg "--no-use-pep517" \
--requirements build-requirements.txt
--requirements $(REQUIREMENTS_FILE)

override_dh_strip_nondeterminism:
find ./debian/ -type f -name '*.pyc' -delete
Expand Down

0 comments on commit 2630240

Please sign in to comment.