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

Make explicit the dependencies of python3-mypy

parent 557d37b1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
mypy (0.660-2) unstable; urgency=medium

  * Make explicit the dependencies of python3-mypy; add "Breaks" for older
    cwltool releases.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Tue, 22 Jan 2019 15:53:22 -0800

mypy (0.660-1) unstable; urgency=medium

  * New upstream version
+4 −1
Original line number Diff line number Diff line
@@ -60,9 +60,12 @@ Architecture: all
Section: python
Depends: ${misc:Depends},
         ${python3:Depends},
	 python3-typed-ast,
	 python3-mypy-extenions,
	 python3-psutil,
         python3-distutils,
         python3-pkg-resources
Breaks: mypy (<< 0.540-2)
Breaks: mypy (<< 0.540-2), cwltool (<< 1.0.20181217162649+dfsg-9)
Replaces: mypy (<< 0.540-2)
Description: public modules for mypy (Python 3)
 Add type annotations to your Python programs, and use mypy to type check them.