summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-05-20 09:03:39 +0200
committerGard Spreemann <gspr@nonempty.org>2020-05-20 09:03:39 +0200
commit87108e6568d3d674bbc33207837f0955a3bade2a (patch)
tree8d812b1438fc242c78edcceb864bca68bb3adf02 /debian
parent8cfa41442d85ade127ea2f2384d7b4a29f0ba80f (diff)
Build-dep on pybind11.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bc565e51..64de42cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
gudhi (3.2.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Build-depend on pybind11.
-- Gard Spreemann <gspr@nonempty.org> Wed, 20 May 2020 08:48:40 +0200
diff --git a/debian/control b/debian/control
index 375aba2d..2fdb21c4 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,10 @@ Build-Depends: cmake (>= 3.1),
libgmp-dev,
libqglviewer-dev-qt5,
libtbb-dev,
+ pybind11-dev,
python3-all-dev,
python3-matplotlib,
+ python3-pybind11,
python3-pytest,
python3-setuptools,
python3-tk,