summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-02-13 22:21:42 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2019-02-13 22:21:42 +0100
commitacbad7d31ebca69a36f35bf1d2e90c294759fb55 (patch)
treee56fa5f11a97b0047cfed2732579ca4d91e49d3e /debian
parentafe5edaf55234510baa9fbe73f0f8d96648ba35f (diff)
Depend on python-matplotlib and python3-matplotlib
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 3222548..67115a0 100644
--- a/debian/control
+++ b/debian/control
@@ -142,7 +142,8 @@ Depends: ${shlibs:Depends},
${python:Depends},
openems,
python,
- python-h5py
+ python-h5py,
+ python-matplotlib
Description: Python interface for openems
This package contains the Python-files needed for
openEMS.
@@ -158,7 +159,8 @@ Depends: ${shlibs:Depends},
${python3:Depends},
openems,
python3,
- python3-h5py
+ python3-h5py,
+ python3-matplotlib
Description: Python3 interface for openems
This package contains the Python-files needed for
openEMS (Python 3).