Source: python-oauth2client
Version: 4.1.2-4
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-oauth2client.html
...
======================================================================
ERROR: Test generating and validating a token.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/python-oauth2client-4.1.2/tests/contrib/test_xsrfutil.py", line
207, in testGenerateAndValidateToken
token = xsrfutil.generate_token(TEST_KEY,
File "/tmp/python-oauth2client-4.1.2/oauth2client/_helpers.py", line 133, in
positional_wrapper
return wrapped(*args, **kwargs)
File "/tmp/python-oauth2client-4.1.2/oauth2client/contrib/xsrfutil.py", line
47, in generate_token
digester = hmac.new(_helpers._to_bytes(key, encoding='utf-8'))
File "/usr/lib/python3.8/hmac.py", line 153, in new
return HMAC(key, msg, digestmod)
File "/usr/lib/python3.8/hmac.py", line 51, in __init__
raise TypeError("Missing required parameter 'digestmod'.")
TypeError: Missing required parameter 'digestmod'.
----------------------------------------------------------------------
Ran 461 tests in 1.407s
FAILED (SKIP=1, errors=1)
make[1]: *** [debian/rules:29: override_dh_auto_install] Error 1