Skip to content

Commit

Permalink
Use python3 instead of python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooij committed Apr 2, 2018
1 parent 5667773 commit 120bb52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/python3-sd3save-editor.triggers
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
interest-noawait /usr/bin/python3.5
interest-noawait /usr/bin/env python3

# Also provide a symbolic trigger for all dh-virtualenv packages
interest dh-virtualenv-interpreter-update
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
export DH_VIRTUALENV_ARGUMENTS=-p /usr/bin/python3.5 --system-site-packages
export DH_VIRTUALENV_ARGUMENTS=-p /usr/bin/python3 --system-site-packages
export DH_VIRTUALENV_INSTALL_ROOT=/opt/venvs/
%:
dh $@ --buildsystem=dh_virtualenv
Expand Down

0 comments on commit 120bb52

Please sign in to comment.