pythonPackages.clifford: Remove stale substituteInPlace
This commit is contained in:
parent
b33fe92b81
commit
2662022831
@ -46,11 +46,6 @@ buildPythonPackage rec {
|
||||
ipython
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "'numba==0.43'" "'numba'"
|
||||
'';
|
||||
|
||||
# avoid collecting local files
|
||||
preCheck = ''
|
||||
cd clifford/test
|
||||
|
Loading…
Reference in New Issue
Block a user