Loading pkgs/development/python-modules/google-auth/default.nix +2 −2 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , aiohttp , aioresponses , buildPythonPackage , cachetools , cryptography , fetchPypi Loading Loading @@ -42,6 +42,7 @@ buildPythonPackage rec { pyasn1-modules rsa six urllib3 ]; passthru.optional-dependencies = { Loading Loading @@ -75,7 +76,6 @@ buildPythonPackage rec { pytest-localserver pytestCheckHook responses urllib3 ] ++ passthru.optional-dependencies.aiohttp # `cryptography` is still required on `aarch64-darwin` for `tests/crypt/*` ++ (if (stdenv.isDarwin && stdenv.isAarch64) then [ cryptography ] else passthru.optional-dependencies.enterprise_cert) Loading Loading
pkgs/development/python-modules/google-auth/default.nix +2 −2 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , aiohttp , aioresponses , buildPythonPackage , cachetools , cryptography , fetchPypi Loading Loading @@ -42,6 +42,7 @@ buildPythonPackage rec { pyasn1-modules rsa six urllib3 ]; passthru.optional-dependencies = { Loading Loading @@ -75,7 +76,6 @@ buildPythonPackage rec { pytest-localserver pytestCheckHook responses urllib3 ] ++ passthru.optional-dependencies.aiohttp # `cryptography` is still required on `aarch64-darwin` for `tests/crypt/*` ++ (if (stdenv.isDarwin && stdenv.isAarch64) then [ cryptography ] else passthru.optional-dependencies.enterprise_cert) Loading