#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild --with=python3

# NOTE(jamespage): Disable unit tests for now as parts are missing
#                  from the sdist tarball on pypi.
override_dh_auto_test:
	:
