Codebase list python-graphene-sqlalchemy / f6722773-4092-4271-8dcd-4463fab86393/main debian / rules
f6722773-4092-4271-8dcd-4463fab86393/main

Tree @f6722773-4092-4271-8dcd-4463fab86393/main (Download .tar.gz)

rules @f6722773-4092-4271-8dcd-4463fab86393/mainraw · history · blame

1
2
3
4
5
6
7
#!/usr/bin/make -f

export PYBUILD_NAME=graphene-sqlalchemy
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/test_sqlalchemy.sqlite3

%:
	dh $@ --with python3 --buildsystem=pybuild