18 buildPythonPackage rec {
19 pname = "python-fedora";
23 disabled = pythonOlder "3.7";
26 inherit pname version;
27 hash = "sha256-VrnYQaObQDDjiOkMe3fazUefHOXi/5sYw5VNl9Vwmhk=";
30 nativeBuildInputs = [ setuptools ];
32 propagatedBuildInputs = [
48 # requires network access
49 "tests/functional/test_openidbaseclient.py"
52 pythonImportsCheck = [ "fedora" ];
55 description = "Module to interact with the infrastructure of the Fedora Project";
56 homepage = "https://github.com/fedora-infra/python-fedora";
57 changelog = "https://github.com/fedora-infra/python-fedora/releases/tag/${version}";
58 license = licenses.lgpl21Plus;