Skip to content

Commit

Permalink
python312Packages.pyfxa: fix build, add missing dependencies (#353315)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 5, 2024
2 parents 263dc0c + 7d3e3f0 commit 78366fc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/development/python-modules/pyfxa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
pythonOlder,
requests,
responses,
setuptools,
six,
hatchling,
parameterized,
}:

buildPythonPackage rec {
Expand All @@ -28,23 +28,22 @@ buildPythonPackage rec {
hash = "sha256-dTsWFWaqX6YypNJz9WSlcxJlYOstmTu2ZgOG3RPSViw=";
};

build-system = [ setuptools ];
build-system = [ hatchling ];

dependencies = [
cryptography
hawkauthlib
pybrowserid
pyjwt
requests
setuptools # imports pkg_resources
six
];

nativeCheckInputs = [
grequests
mock
responses
pytestCheckHook
parameterized
];

pythonImportsCheck = [ "fxa" ];
Expand Down

0 comments on commit 78366fc

Please sign in to comment.