From 5d477dcef6e2805554f1af2705ed71823bb209b2 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 17 Oct 2017 13:35:48 +0200 Subject: Python package needs to depend on Matplotlib and tk. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f974331b..d783ce30 100644 --- a/debian/control +++ b/debian/control @@ -77,7 +77,8 @@ Package: python3-gudhi Section: python Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, + python3-matplotlib, python3-tk Recommends: python3-matplotlib Description: Python 3 interface to the GUDHI library for topological data analysis The GUDHI library is a generic open source C++ library for -- cgit v1.2.3