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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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