pythonPackages.worldengine: fix build

This commit is contained in:
Robin Gloster 2017-08-11 11:35:58 +02:00
parent fac1ded619
commit 72457cdebb
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -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' \