Commit 004d58b4 authored by Gert Wollny's avatar Gert Wollny
Browse files

d/control: Switch dependencies to python3 Closes: #943114

parent 3aed4ec5
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ Build-Depends: cmake,
               libvtk7-dev,
               libvistaio-dev,
               libxml2-dev,
               python-lxml
               python3-lxml
Build-Depends-Indep: docbook-xsl,
                     doxygen,
                     graphviz,
@@ -93,7 +93,7 @@ Depends: libmia-2.4-4 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: mia-tools-doc
Suggests: python-nipype
#Suggests: python-nipype
Description: Command line tools for gray scale image processing
 Command lines tools to run general purpose image processing tasks on 2D
 and 3D gray scale images, and basic operations on triangular meshes.
@@ -104,8 +104,8 @@ Description: Command line tools for gray scale image processing

Package: mia-doctools
Architecture: all
Depends: python-lxml,
         python,
Depends: python3-lxml,
         python3,
         ${misc:Depends}
Conflicts: libmia-2.2-dev
Description: Helper scripts for run-time document creation