Verified Commit c3c634ac authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

Call python2 instead of python in the autopkg test

parent f84ccca0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
fast5 (0.6.5-4) UNRELEASED; urgency=medium

  * Team upload.
  * Call python2 instead of python in the autopkg test, (Closes: #943427)
    Fix courtesy of Matthias Klose <doko@ubuntu.com>; thanks!

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Fri, 08 Nov 2019 18:17:16 +0100

fast5 (0.6.5-3) unstable; urgency=medium

  [ Jelmer Vernooij ]
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Depends:
Restrictions: allow-stderr

Test-Command:
	python -c "import fast5"
	python2 -c "import fast5"
Depends:
	python-fast5