#!/usr/bin/make -f

export PYBUILD_NAME=etcd

# Only run unit tests
export PYBUILD_TEST_ARGS=etcd/tests/unit/

%:
	dh $@ --buildsystem pybuild

# Add a manual call to dh_python3 as for some reason after the rebuild 0.4.3-3
# it loses the dependency on python3-dnspython...
override_dh_python3:
	dh_python3 --depends dnspython
