diff --git a/debian/rules b/debian/rules index ee41a24..82d1018 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \