python3Packages.google-auth: add missing py2uf dependency

This commit is contained in:
Martin Weinelt 2021-06-19 14:31:49 +02:00
parent 070e353e08
commit 55b0afc59c

View File

@ -10,6 +10,7 @@
, mock
, oauth2client
, pyasn1-modules
, pyu2f
, pytest-localserver
, responses
, rsa
@ -32,6 +33,7 @@ buildPythonPackage rec {
rsa
six
pyopenssl
pyu2f
];
checkInputs = [