9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-EBMwpE/e3oiFhvMBC9FFwOxIpIBrxWQp+lSHpndAIfg=";
20 sed -i "s/==.*//g" requirements/test.txt
22 substituteInPlace requirements/base.txt --replace 'PyYAML>=3.13,<6' 'PyYAML>=3.13'
29 propagatedBuildInputs = [
38 description = "Configuration manager for python applications";
39 homepage = "https://kaptan.readthedocs.io/";
40 license = licenses.bsd3;
41 maintainers = with maintainers; [ ];