1 { lib, buildPythonPackage, fetchPypi, kitchen, requests, bunch, paver
2 , six, munch, urllib3, beautifulsoup4, openidc-client, lockfile }:
4 buildPythonPackage rec {
5 pname = "python-fedora";
10 sha256 = "56b9d841a39b4030e388e90c7b77dacd479f1ce5e2ff9b18c3954d97d5709a19";
12 propagatedBuildInputs = [ kitchen requests bunch paver lockfile
13 six munch urllib3 beautifulsoup4 openidc-client ];
17 description = "Python Fedora Module";
18 homepage = "https://github.com/fedora-infra/python-fedora";
19 license = licenses.lgpl2;
20 maintainers = with maintainers; [ ];