python3Packages.kaptan: remove PyYAML version restriction
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
d2573f647b
commit
17153b78f3
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue