Skip to content

Commit

Permalink
Merge pull request #470 from freedomofpress/finalize-proxy-path
Browse files Browse the repository at this point in the history
Finalize proxy path
  • Loading branch information
legoktm authored Oct 27, 2023
2 parents 0592227 + 7d503a2 commit 037228c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions securedrop-proxy/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
%:
dh $@ --with python-virtualenv

# 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")
REQUIREMENTS_FILE=build-requirements.txt

override_dh_virtualenv:
test -e $(REQUIREMENTS_FILE)
Expand Down

0 comments on commit 037228c

Please sign in to comment.