#! /usr/bin/make -f

export PYBUILD_NAME=asn1crypto
%:
	dh $@ --with python3,pypy --buildsystem=pybuild

# Disable test suite since the tests are not shipped
override_dh_auto_test:
