python3Packages.dropbox: fix eval warning
This commit is contained in:
parent
8d647b3468
commit
2d3db9e81c
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "'pytest-runner==5.2.0'," ""
|
--replace-fail "'pytest-runner==5.2.0'," ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [ "dropbox" ];
|
pythonImportsCheck = [ "dropbox" ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user