Skip to content
Commits on Source (3)
mypy (0.660-3) unstable; urgency=medium
* Team upload.
* Fix spelling of dependency
Closes: #920325
* debhelper 12
-- Andreas Tille <tille@debian.org> Thu, 24 Jan 2019 09:55:27 +0100
mypy (0.660-2) unstable; urgency=medium
* Make explicit the dependencies of python3-mypy; add "Breaks" for older
......
......@@ -4,7 +4,7 @@ Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: utils
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11),
Build-Depends: debhelper (>= 12~),
dh-python,
flake8,
help2man,
......@@ -61,7 +61,7 @@ Section: python
Depends: ${misc:Depends},
${python3:Depends},
python3-typed-ast,
python3-mypy-extenions,
python3-mypy-extensions,
python3-psutil,
python3-distutils,
python3-pkg-resources
......