summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-11-27 16:53:35 +0100
committerGard Spreemann <gspr@nonempty.org>2021-11-27 16:53:35 +0100
commit89ac541925a4d3552d0bead38f436ee2aeaa468d (patch)
treec4fcb06cb87c69856e204f85686ebc83c204049d /debian/rules
parent442e04b3d8744608771dfc06df1acf71f422c9d3 (diff)
Ensure dh_numpy3 is called for NumPy ABI generation
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b3a7e6e..c24083a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
export PYBUILD_NAME = pyspike
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --with numpy3,python3 --buildsystem=pybuild