Skip to content

Commit

Permalink
Another try at fixing debian packaging issue in travis with the jelp of
Browse files Browse the repository at this point in the history
  • Loading branch information
lexman committed Jul 22, 2017
1 parent 14d7222 commit 86aca6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/make -f

override_dh_strip:
dh_strip --exclude=psycopg2 --exclude=psutil

%:
dh $@ --with python-virtualenv --preinstall psycopg2 --preinstall psutil
dh $@ --with python-virtualenv

0 comments on commit 86aca6f

Please sign in to comment.