Loading pkgs/development/python-modules/aiohttp/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ , freezegun , gunicorn , pytest-mock , pytest-xdist , pytestCheckHook , re-assert , trustme Loading Loading @@ -79,6 +80,7 @@ buildPythonPackage rec { freezegun gunicorn pytest-mock pytest-xdist pytestCheckHook re-assert ] ++ lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [ Loading Loading
pkgs/development/python-modules/aiohttp/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ , freezegun , gunicorn , pytest-mock , pytest-xdist , pytestCheckHook , re-assert , trustme Loading Loading @@ -79,6 +80,7 @@ buildPythonPackage rec { freezegun gunicorn pytest-mock pytest-xdist pytestCheckHook re-assert ] ++ lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [ Loading