Loading pkgs/development/python-modules/pyfxa/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ pythonOlder, requests, responses, setuptools, six, hatchling, parameterized, }: buildPythonPackage rec { Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { hash = "sha256-dTsWFWaqX6YypNJz9WSlcxJlYOstmTu2ZgOG3RPSViw="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; dependencies = [ cryptography Loading @@ -36,8 +36,6 @@ buildPythonPackage rec { pybrowserid pyjwt requests setuptools # imports pkg_resources six ]; nativeCheckInputs = [ Loading @@ -45,6 +43,7 @@ buildPythonPackage rec { mock responses pytestCheckHook parameterized ]; pythonImportsCheck = [ "fxa" ]; Loading Loading
pkgs/development/python-modules/pyfxa/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ pythonOlder, requests, responses, setuptools, six, hatchling, parameterized, }: buildPythonPackage rec { Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { hash = "sha256-dTsWFWaqX6YypNJz9WSlcxJlYOstmTu2ZgOG3RPSViw="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; dependencies = [ cryptography Loading @@ -36,8 +36,6 @@ buildPythonPackage rec { pybrowserid pyjwt requests setuptools # imports pkg_resources six ]; nativeCheckInputs = [ Loading @@ -45,6 +43,7 @@ buildPythonPackage rec { mock responses pytestCheckHook parameterized ]; pythonImportsCheck = [ "fxa" ]; Loading