From 669577c0bb222d3b850b8444e9713f61d277ee21 Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Mon, 4 Jul 2022 13:55:52 +0800 Subject: [PATCH] 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 --- pkgs/development/python-modules/google-auth/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/google-auth/default.nix b/pkgs/development/python-modules/google-auth/default.nix index 36ed8911899..3882f3571e4 100644 --- a/pkgs/development/python-modules/google-auth/default.nix +++ b/pkgs/development/python-modules/google-auth/default.nix @@ -13,7 +13,6 @@ , pytest-localserver , responses , rsa -, pyopenssl }: buildPythonPackage rec { @@ -29,7 +28,6 @@ buildPythonPackage rec { cachetools pyasn1-modules rsa - pyopenssl pyu2f ];