]> review.fuel-infra Code Review - packages/trusty/python-pysaml2.git/commitdiff
Added --with=python3
authorThomas Goirand <zigo@debian.org>
Fri, 24 Apr 2015 09:38:09 +0000 (11:38 +0200)
committerThomas Goirand <zigo@debian.org>
Fri, 24 Apr 2015 09:38:09 +0000 (11:38 +0200)
Rewritten-From: 391c8a881abba911024a6751fa116b271d1bb71c

debian/rules

index 6d63d0070906b7e3ff449224ee9f339c7d131f86..ed292194c251d00b16e4b5f334181ee89796cac1 100755 (executable)
@@ -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 \