Skip to content

Commits on Source 2

......@@ -6,8 +6,7 @@ dicompyler (0.4.2.0+git20200106.2643e0e-1) UNRELEASED; urgency=medium
* Build using Python3
Closes: #936395, #943017
* (Build-)Depends: python3-wxgtk4.0, python3-pydicom
TODO: dicompylercore
https://github.com/dicompyler/dicompyler-core/
TODO: dicompylercore (ITP #949593)
-- Andreas Tille <tille@debian.org> Wed, 22 Jan 2020 14:14:10 +0100
......
......@@ -10,6 +10,7 @@ Build-Depends: debhelper-compat (= 12),
python3-setuptools,
python3-wxgtk4.0 <!nocheck>,
python3-pydicom <!nocheck>,
python3-dicompylercore <!nocheck>,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/dicompyler
Vcs-Git: https://salsa.debian.org/med-team/dicompyler.git
......@@ -20,6 +21,7 @@ Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-wxgtk4.0,
python3-dicompylercore,
python3-pil (>=3.0.0),
python3-numpy,
python3-matplotlib,
......