18 buildPythonPackage rec {
19 pname = "python-fedora";
23 disabled = pythonOlder "3.7";
26 inherit pname version;
27 hash = "sha256-VrnYQaObQDDjiOkMe3fazUefHOXi/5sYw5VNl9Vwmhk=";
34 propagatedBuildInputs = [
51 # requires network access
52 "tests/functional/test_openidbaseclient.py"
55 pythonImportsCheck = [
60 description = "Module to interact with the infrastructure of the Fedora Project";
61 homepage = "https://github.com/fedora-infra/python-fedora";
62 changelog = "https://github.com/fedora-infra/python-fedora/releases/tag/${version}";
63 license = licenses.lgpl21Plus;
64 maintainers = with maintainers; [ ];