#!/usr/bin/make -f

export PYBUILD_NAME = python-symfc

# Disabled due to #1118427
export PYBUILD_TEST_ARGS = -k 'not test_fc_basis_set_o2'

%:
	dh $@ --buildsystem pybuild
