#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE = 1

export PYBUILD_NAME=social-auth-core

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install
	rm -fr ${CURDIR}/debian/python3-social-auth-core/usr/lib/python3*/dist-packages/social_core/tests/
