Added --with=python3

This commit is contained in:
Thomas Goirand
2015-04-24 11:38:09 +02:00
parent 5e0e564850
commit 391c8a881a

2
debian/rules vendored
View File

@@ -7,7 +7,7 @@ UPSTREAM_GIT = git://github.com/rohe/pysaml2.git
-include /usr/share/openstack-pkg-tools/pkgos.make
%:
dh $@ --buildsystem=python_distutils --with python2,sphinxdoc
dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc
override_dh_install:
set -e && for pyvers in $(PYTHONS); do \