From 02ed81a5994805ed4518cf477338bb3120095b35 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 24 Apr 2015 11:38:09 +0200 Subject: [PATCH] Added --with=python3 Rewritten-From: 391c8a881abba911024a6751fa116b271d1bb71c --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6d63d00..ed29219 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \ -- 2.45.2