Skip to content

Commit

Permalink
Merge pull request #469 from freedomofpress/new-proxy-requirements-path
Browse files Browse the repository at this point in the history
Update build-requirements.txt path for securedrop-proxy package
  • Loading branch information
legoktm authored Oct 27, 2023
2 parents 8a89182 + f664d48 commit 0592227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion securedrop-proxy/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
%:
dh $@ --with python-virtualenv

REQUIREMENTS_FILE=requirements/build-requirements.txt
# For backwards compatibility; can be set to build-requirements.txt once fully switched to new path
REQUIREMENTS_FILE=$(shell test -e build-requirements.txt && echo "build-requirements.txt" || echo "requirements/build-requirements.txt")

override_dh_virtualenv:
test -e $(REQUIREMENTS_FILE)
Expand Down

0 comments on commit 0592227

Please sign in to comment.