pythonPackages.mxnet: Remove old substituteInPlace
This commit is contained in:
parent
601917ea95
commit
72e80a623e
@ -20,9 +20,7 @@ buildPythonPackage {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace python/setup.py \
|
||||
--replace "graphviz<0.9.0," "graphviz" \
|
||||
--replace "numpy<=1.15.2," "numpy" \
|
||||
--replace "requests<2.19.0," "requests"
|
||||
--replace "graphviz<0.9.0," "graphviz"
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user