summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-07-17 15:39:38 +0200
committerGard Spreemann <gspr@nonempty.org>2019-07-17 15:39:38 +0200
commit8c6a41325a5297208a5f67e3422bbe09301ad2b4 (patch)
tree5ba20e95ada839589f9959ef32a9df189cac0c4a /debian/control
parent7dafdd4535f44a6946592f22ead74bb6dbec8952 (diff)
Build-depend on cython.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 084fff2..e17be79 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
Standards-Version: 4.4.0
-Build-Depends: debhelper (>= 12),
+Build-Depends: cython3,
+ debhelper (>= 12),
dh-python,
python3-all-dev,
python3-numpy,