tags 943149 + patch thanks Hi,
I understand that this is blocked in Debian by the marked bug. I have fixed this in Ubuntu with the attached patch though, which I hope is helpful when this bug is unblocked in Debian. Robie
diff -Nru pam-mysql-0.8.1/debian/tests/auth pam-mysql-0.8.1/debian/tests/auth --- pam-mysql-0.8.1/debian/tests/auth 2018-05-29 04:03:27.000000000 +0000 +++ pam-mysql-0.8.1/debian/tests/auth 2020-03-04 12:15:40.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import PAM import subprocess diff -Nru pam-mysql-0.8.1/debian/tests/control pam-mysql-0.8.1/debian/tests/control --- pam-mysql-0.8.1/debian/tests/control 2018-05-29 04:01:26.000000000 +0000 +++ pam-mysql-0.8.1/debian/tests/control 2020-03-04 11:53:21.000000000 +0000 @@ -1,3 +1,3 @@ -Depends: default-mysql-server, libpam-mysql, python-pam +Depends: default-mysql-server, libpam-mysql, python3-pam Restrictions: needs-root, isolation-container Tests: auth
signature.asc
Description: PGP signature

