#!/usr/bin/make -f

#export DH_VERBOSE = 1
export PYBUILD_TEST_ARGS = -k 'not test_resolve_localhost and not test_async_resolve_localhost and not test_includes_compat_shims'

include /usr/share/dpkg/pkg-info.mk

execute_before_dh_auto_configure:
	sed -i "s/^version = .*/version = \"$(DEB_VERSION_UPSTREAM)\"/" pyproject.toml

%:
	dh $@ --buildsystem=pybuild
