10 lines
142 B
Text
10 lines
142 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
export PYBUILD_NAME=aio-eapi
|
||
|
|
||
|
%:
|
||
|
dh ${@} --buildsystem=pybuild
|
||
|
|
||
|
override_dh_auto_test:
|
||
|
# TODO: needs additional depends
|