summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2022-04-27 12:44:17 +0200
committerGard Spreemann <gspr@nonempty.org>2022-04-27 12:57:09 +0200
commita49f648b0b07737f7ef315fb83d8f78871780281 (patch)
tree7967ab31a24c434ba7066fc07a23d51c85566640 /debian/rules
parent477ba086b422a2e4c3817ce46a6e62504684cd99 (diff)
Enable pybuild's pyproject plugin for PEP 517 buildingdebian/0.8.2+dfsg-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index b039f58..fbf6be5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME = pot
+export PYBUILD_SYSTEM = pyproject
%:
dh $@ --with numpy3,python3 --buildsystem=pybuild