8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1abd1f56731422fce5af1acc28801677a51e56f5d3c3e8636db761ed143c3dd2";
18 sed -i "s/==.*//g" requirements/test.txt
21 propagatedBuildInputs = [ pyyaml ];
23 checkInputs = [ pytest ];
26 description = "Configuration manager for python applications";
27 homepage = "https://kaptan.readthedocs.io/";
28 license = licenses.bsd3;
29 maintainers = with maintainers; [ ];