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:
Zhong Jianxin 2022-07-04 13:55:52 +08:00 committed by Sandro Jäckel
parent 2e37f787c9
commit 669577c0bb
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -13,7 +13,6 @@
, pytest-localserver
, responses
, rsa
, pyopenssl
}:
buildPythonPackage rec {
@ -29,7 +28,6 @@ buildPythonPackage rec {
cachetools
pyasn1-modules
rsa
pyopenssl
pyu2f
];