debian-python-pyexcel-ods/debian/rules

13 lines
196 B
Makefile
Executable File

#!/usr/bin/make -f
PYBUILD_NAME = pyexcel_ods
%:
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_build:
echo 'not running tests'
override_dh_auto_test:
echo 'not running tests'