pythonPackages.google-cloud-error: Open versionb range

This commit is contained in:
Sandro Jäckel 2021-02-02 23:36:37 +01:00
parent aa82a72075
commit 1085070965
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -19,6 +19,11 @@ buildPythonPackage rec {
sha256 = "2fd6fe25343f7017c22e2733a0358c64b3171edc1669d0c8a1e1f07f86a048c4";
};
postPatch = ''
substituteInPlace setup.py \
--replace 'google-cloud-logging>=1.14.0, <2.1' 'google-cloud-logging>=1.14.0'
'';
propagatedBuildInputs = [ google-cloud-logging libcst proto-plus ];
checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];