mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
python3Packages.google-auth: add missing py2uf dependency
This commit is contained in:
parent
070e353e08
commit
55b0afc59c
@ -10,6 +10,7 @@
|
||||
, mock
|
||||
, oauth2client
|
||||
, pyasn1-modules
|
||||
, pyu2f
|
||||
, pytest-localserver
|
||||
, responses
|
||||
, rsa
|
||||
@ -32,6 +33,7 @@ buildPythonPackage rec {
|
||||
rsa
|
||||
six
|
||||
pyopenssl
|
||||
pyu2f
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user