diff -Nru paramiko-2.4.1/debian/changelog paramiko-2.4.1/debian/changelog --- paramiko-2.4.1/debian/changelog 2018-10-16 12:26:18.000000000 +0000 +++ paramiko-2.4.1/debian/changelog 2018-10-26 18:05:07.000000000 +0000 @@ -1,3 +1,10 @@ +paramiko (2.4.1-0ubuntu3.2) cosmic-security; urgency=medium + + * debian/tests/control: fix autopkgtest by adding python-mock and + python3-mock to Depends. + + -- Marc Deslauriers Fri, 26 Oct 2018 14:05:07 -0400 + paramiko (2.4.1-0ubuntu3.1) cosmic-security; urgency=medium * SECURITY UPDATE: server-side authentication vulnerability diff -Nru paramiko-2.4.1/debian/tests/control paramiko-2.4.1/debian/tests/control --- paramiko-2.4.1/debian/tests/control 2018-08-23 15:56:07.000000000 +0000 +++ paramiko-2.4.1/debian/tests/control 2018-10-26 18:05:07.000000000 +0000 @@ -1,3 +1,3 @@ Tests: upstream -Depends: @, python-pytest, python3-pytest +Depends: @, python-pytest, python3-pytest, python-mock, python3-mock Restrictions: allow-stderr