This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository mypy.
commit 1d07ee414480425b97198cec9d296a835ac1f90b Author: Andreas Tille <[email protected]> Date: Fri Dec 22 09:16:20 2017 +0100 New versioned Build-Depends: python3-psutil (>= 5.4.0) --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e85bfb..fa6330b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mypy (0.540-3) UNRELEASED; urgency=medium * New upstream version Closes: #881604 * Standards-Version: 4.1.2 + * New versioned Build-Depends: python3-psutil (>= 5.4.0) -- Andreas Tille <[email protected]> Fri, 22 Dec 2017 09:14:15 +0100 diff --git a/debian/control b/debian/control index edadaf7..b5f4e31 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,8 @@ Build-Depends: debhelper (>= 10), python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, - python3-typed-ast (>= 1.1.0) + python3-typed-ast (>= 1.1.0), + python3-psutil (>= 5.4.0) Standards-Version: 4.1.2 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mypy.git Vcs-Git: https://anonscm.debian.org/git/debian-med/mypy.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mypy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
