No --with python3

This commit is contained in:
Thomas Goirand
2016-01-06 10:45:18 +00:00
parent 40c0f59a83
commit c1e19bf508

2
debian/rules vendored
View File

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