summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 34690b9..5d8cebc 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,11 @@ Build-Depends: debhelper (>= 11),
# and dh-octave in sid
dh-octave | octave-pkg-dev,
cython,
+ cython3,
chrpath,
dh-python,
python-all,
+ python3-all,
txt2man
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/science-team/openems
@@ -147,3 +149,19 @@ Description: Python interface for openems
.
openEMS is a simulator for electromagnetic problems using
the FDTD algorithm.
+
+Package: python3-openems
+Architecture: any
+Section: python
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends},
+ openems,
+ python3,
+ python3-h5py
+Description: Python3 interface for openems
+ This package contains the Python-files needed for
+ openEMS (Python 3).
+ .
+ openEMS is a simulator for electromagnetic problems using
+ the FDTD algorithm.