19 buildPythonPackage rec {
24 disabled = pythonOlder "3.7";
27 inherit pname version;
28 hash = "sha256-dTsWFWaqX6YypNJz9WSlcxJlYOstmTu2ZgOG3RPSViw=";
31 build-system = [ hatchling ];
49 pythonImportsCheck = [ "fxa" ];
52 # Requires network access
53 "fxa/tests/test_core.py"
54 "fxa/tests/test_oauth.py"
58 description = "Firefox Accounts client library";
59 mainProgram = "fxa-client";
60 homepage = "https://github.com/mozilla/PyFxA";
61 license = licenses.mpl20;