Skip to content

Commit

Permalink
python310Packages.google-auth: remove pyopenssl
Browse files Browse the repository at this point in the history
Pyopenssl is in `extras_require` (optional), and only needed if mTLS feature is
enabled (disabled by default) googleapis/google-auth-library-python#697

This will also make google-auth available on aarch64-darwin since
pyopenssl is broken NixOS#172397
  • Loading branch information
azuwis authored and SuperSandro2000 committed Jul 4, 2022
1 parent 2e37f78 commit 669577c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/google-auth/default.nix
Expand Up @@ -13,7 +13,6 @@
, pytest-localserver
, responses
, rsa
, pyopenssl
}:

buildPythonPackage rec {
Expand All @@ -29,7 +28,6 @@ buildPythonPackage rec {
cachetools
pyasn1-modules
rsa
pyopenssl
pyu2f
];

Expand Down

0 comments on commit 669577c

Please sign in to comment.