pythonPackages.clifford: Remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel
2021-02-15 23:03:41 +01:00
parent b33fe92b81
commit 2662022831

View File

@@ -46,11 +46,6 @@ buildPythonPackage rec {
ipython
];
postPatch = ''
substituteInPlace setup.py \
--replace "'numba==0.43'" "'numba'"
'';
# avoid collecting local files
preCheck = ''
cd clifford/test