python3Packages.google-cloud-error-reporting: update substituteInPlace

This commit is contained in:
Fabian Affolter 2021-06-06 22:43:26 +02:00
parent 7b9b6f1e91
commit 61575575f2

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace 'google-cloud-logging>=1.14.0, <2.1' 'google-cloud-logging>=1.14.0'
--replace 'google-cloud-logging>=1.14.0, <2.4' 'google-cloud-logging>=1.14.0'
'';
propagatedBuildInputs = [ google-cloud-logging libcst proto-plus ];