#!/usr/bin/make -f

export PYBUILD_DISABLE_PEP517=1
export BOUQUIN_SYSTEM_OPENSSL=1

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

