Skip to content

Commit

Permalink
explicitly set (the old) 'sentry' venv name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Dec 20, 2017
1 parent 9a52a84 commit 3a4efa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ EXTRA_REQUIREMENTS=--upgrade-pip --preinstall "setuptools>=17.1" --preinstall "w

PACKAGE=$(shell dh_listpackages)
VERSION=$(shell parsechangelog | grep ^Version: | sed -re 's/[^0-9]+([^-]+).*/\1/')
DH_VENV_ARGS=--with python-virtualenv --setuptools --python $(SNAKE) $(EXTRA_REQUIREMENTS) # -v
DH_VENV_ARGS=--with python-virtualenv --setuptools --install-suffix sentry \
--python $(SNAKE) $(EXTRA_REQUIREMENTS) # -v


%:
Expand Down

0 comments on commit 3a4efa5

Please sign in to comment.