8 lines
133 B
Makefile
8 lines
133 B
Makefile
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_DISABLE_PEP517=1
|
|
export BOUQUIN_SYSTEM_OPENSSL=1
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|