Skip to content
Commits on Source (3)
tifffile (20181128-3) UNRELEASED; urgency=medium
tifffile (20181128-3) unstable; urgency=medium
* Drop python from test depends
Closes: #938668
* Test-Depends: python3
* Standards-Version: 4.4.1
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 21:44:16 +0200
-- Andreas Tille <tille@debian.org> Mon, 20 Jan 2020 11:39:53 +0100
tifffile (20181128-2) unstable; urgency=medium
......
......@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12),
python3-all-dev,
python3-setuptools,
python3-numpy
Standards-Version: 4.4.0
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/tifffile
Vcs-Git: https://salsa.debian.org/med-team/tifffile.git
Homepage: https://www.lfd.uci.edu/~gohlke/
......
Tests: python-import
Depends: @, imagemagick
Depends: @, imagemagick, python3
Restrictions: allow-stderr
#!/usr/bin/env python3
#!/usr/bin/python3
# autopkgtest check: Try importing tiffile module
# Author: Sascha Steinbiss <satta@debian.org>
......