debian: don't build for python3

This commit is contained in:
Serghei Mihai 2016-06-06 14:41:35 +02:00
parent 079cf5b0c4
commit b6a4f9d4a4
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -4,7 +4,7 @@ export PYBUILD_NAME=redmine
export PYBUILD_TEST_ARGS=-s $(CURDIR)
%:
dh $@ --buildsystem=pybuild --with python2,python3
dh $@ --buildsystem=pybuild --with python2
override_dh_clean:
rm -rf redmine/packages