python3Packages.dropbox: fix eval warning

This commit is contained in:
Stefan Frijters 2025-05-05 12:21:03 +02:00
parent 8d647b3468
commit 2d3db9e81c
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -49,7 +49,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "'pytest-runner==5.2.0'," ""
--replace-fail "'pytest-runner==5.2.0'," ""
'';
pythonImportsCheck = [ "dropbox" ];