#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--no-cov -k "not test_connect"
export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/lib/python3*/dist-packages/build \
                                    {destdir}/usr/lib/python3*/dist-packages/debian

%:
	dh $@ --buildsystem=pybuild

override_dh_python3:
	dh_python3
	rm -rf debian/*/usr/lib/python3.[0-9]*
