#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/Jc2k/aiohomekit.git
include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/lib/python3*/dist-packages/tests-pairing.json
export PYBUILD_TEST_ARGS=-v

%:
	dh $@ --buildsystem=pybuild
