#!/usr/bin/make -f

export PYBUILD_NAME=reusables
export PYBUILD_TEST_ARGS=-k 'not test_other'

%:
	dh $@ -Spybuild

override_dh_python3:
	dh_python3 --requires=requirements.txt
