python.pkgs.kaptan: allow recent PyYAML
This commit is contained in:
parent
9d43e884cf
commit
b3e619a65f
@ -13,6 +13,12 @@ buildPythonPackage rec {
|
|||||||
sha256 = "8403d6e48200c3f49cb6d6b3dcb5898aa5ab9d820831655bf9a2403e00cd4207";
|
sha256 = "8403d6e48200c3f49cb6d6b3dcb5898aa5ab9d820831655bf9a2403e00cd4207";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# https://github.com/emre/kaptan/pull/151
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace requirements/base.txt \
|
||||||
|
--replace "PyYAML>=3.13,<4" "PyYAML>=3.13"
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyyaml ];
|
propagatedBuildInputs = [ pyyaml ];
|
||||||
|
|
||||||
# No tests in archive
|
# No tests in archive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user