python310Packages.google-auth: remove pyopenssl
Pyopenssl is in `extras_require` (optional), and only needed if mTLS feature is enabled (disabled by default) https://github.com/googleapis/google-auth-library-python/pull/697 This will also make google-auth available on aarch64-darwin since pyopenssl is broken https://github.com/NixOS/nixpkgs/pull/172397
This commit is contained in:
parent
2e37f787c9
commit
669577c0bb
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
|||
, pytest-localserver
|
||||
, responses
|
||||
, rsa
|
||||
, pyopenssl
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -29,7 +28,6 @@ buildPythonPackage rec {
|
|||
cachetools
|
||||
pyasn1-modules
|
||||
rsa
|
||||
pyopenssl
|
||||
pyu2f
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue