#!/usr/bin/make -f

export PYBUILD_NAME=py-netgear-plus

%:
	dh $@ --buildsystem=pybuild

# pytest download from 192.168.0.1 fails atm
override_dh_auto_test:
