pythonPackages.mxnet: Remove old substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-01-18 23:13:36 +01:00
parent 601917ea95
commit 72e80a623e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -20,9 +20,7 @@ buildPythonPackage {
postPatch = '' postPatch = ''
substituteInPlace python/setup.py \ substituteInPlace python/setup.py \
--replace "graphviz<0.9.0," "graphviz" \ --replace "graphviz<0.9.0," "graphviz"
--replace "numpy<=1.15.2," "numpy" \
--replace "requests<2.19.0," "requests"
''; '';
preConfigure = '' preConfigure = ''