pythonPackages.worldengine: fix build
This commit is contained in:
parent
fac1ded619
commit
72457cdebb
1 changed files with 1 additions and 1 deletions
|
@ -25473,7 +25473,7 @@ EOF
|
|||
substituteInPlace setup.py \
|
||||
--replace pypng>=0.0.18 purepng \
|
||||
--replace 'numpy>=1.9.2, <= 1.10.0.post2' 'numpy' \
|
||||
--replace 'argparse==1.2.1' 'argparse' \
|
||||
--replace 'argparse==1.2.1' "" \
|
||||
--replace 'protobuf==3.0.0a3' 'protobuf' \
|
||||
--replace 'noise==1.2.2' 'noise' \
|
||||
--replace 'PyPlatec==1.4.0' 'PyPlatec' \
|
||||
|
|
Loading…
Reference in a new issue