diff -Nru execnet-1.5.0/debian/changelog execnet-1.5.0/debian/changelog --- execnet-1.5.0/debian/changelog 2018-11-10 01:08:25.000000000 +0000 +++ execnet-1.5.0/debian/changelog 2018-11-10 01:45:19.000000000 +0000 @@ -1,3 +1,9 @@ +execnet (1.5.0-4) unstable; urgency=medium + + * deb/test/control: need python-apipkg for py3 tests as well + + -- Scott Talbert Fri, 09 Nov 2018 20:45:19 -0500 + execnet (1.5.0-3) unstable; urgency=medium * deb/tests/control: add python2 for py3 tests to expand test coverage diff -Nru execnet-1.5.0/debian/tests/control execnet-1.5.0/debian/tests/control --- execnet-1.5.0/debian/tests/control 2018-11-10 01:08:25.000000000 +0000 +++ execnet-1.5.0/debian/tests/control 2018-11-10 01:45:05.000000000 +0000 @@ -2,4 +2,4 @@ Depends: python-all, python-apipkg, python-pytest, python3 Tests: python3-execnet -Depends: python2, python3-all, python3-apipkg, python3-pytest +Depends: python, python-apipkg, python3-all, python3-apipkg, python3-pytest