summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-03-26 16:18:17 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-03-26 16:18:17 +0200
commit009edf98b230b67763497f98d3e0f42617c3bfad (patch)
tree8da104763cf24f6aa6793a2cde1c76321d7cb143
parent262249e5ba98c443982824614b3c7761ce9b2979 (diff)
Build-depend on python3-all instead of -distutils, per https://wiki.debian.org/Python/LibraryStyleGuide .
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a2488cb8..96819a80 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,8 @@ Build-Depends: cmake,
libgmp-dev,
libqglviewer-dev-qt5,
libtbb-dev,
+ python3-all,
python3-dev,
- python3-distutils,
python3-matplotlib,
python3-pytest,
python3-tk,