python3Packaegs.pyspark: update py4j pin relaxation
This commit is contained in:
parent
dd0dd6a6d0
commit
ccc1ddd231
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
sed -i "s/'pypandoc'//" setup.py
|
||||
|
||||
substituteInPlace setup.py \
|
||||
--replace py4j==0.10.9.2 'py4j>=0.10.9,<0.11'
|
||||
--replace py4j==0.10.9.3 'py4j>=0.10.9,<0.11'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue