#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	$(RM) -r debian/python3-netdisco/usr/lib/python2*/
