18 buildPythonPackage rec {
21 format = "setuptools";
23 disabled = pythonOlder "3.7";
28 hash = "sha256-bIXNCM8F9xON7hzyqKHWj9Qot7WtSIkXxwoqdj1lHNs=";
31 propagatedBuildInputs = [
37 setuptools # imports pkg_resources
48 pythonImportsCheck = [
53 # Requires network access
54 "fxa/tests/test_core.py"
55 "fxa/tests/test_oauth.py"
59 description = "Firefox Accounts client library";
60 homepage = "https://github.com/mozilla/PyFxA";
61 license = licenses.mpl20;
62 maintainers = with maintainers; [ ];