mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python3Packages.kaptan: remove PyYAML version restriction
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
d2573f647b
commit
17153b78f3
@ -16,6 +16,8 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
sed -i "s/==.*//g" requirements/test.txt
|
||||
|
||||
substituteInPlace requirements/base.txt --replace 'PyYAML>=3.13,<6' 'PyYAML>=3.13'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ pyyaml ];
|
||||
|
Loading…
Reference in New Issue
Block a user