Merge pull request #232474 from figsoda/finalfusion
python310Packages.finalfusion: fix build
This commit is contained in:
@@ -36,6 +36,10 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs tests/integration
|
||||
|
||||
# `np.float` was a deprecated alias of the builtin `float`
|
||||
substituteInPlace tests/test_storage.py \
|
||||
--replace 'dtype=np.float)' 'dtype=float)'
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user