Merge pull request #180124 from SuperSandro2000/google-auth-pyopenssl

python310Packages.google-auth: remove pyopenssl
This commit is contained in:
Sandro 2022-07-04 17:07:24 +02:00 committed by GitHub
commit d86fe16685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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