pythonPackages.google-cloud-error: Open versionb range
This commit is contained in:
parent
aa82a72075
commit
1085070965
@ -19,6 +19,11 @@ buildPythonPackage rec {
|
|||||||
sha256 = "2fd6fe25343f7017c22e2733a0358c64b3171edc1669d0c8a1e1f07f86a048c4";
|
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 ];
|
propagatedBuildInputs = [ google-cloud-logging libcst proto-plus ];
|
||||||
|
|
||||||
checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
|
checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
|
||||||
|
Loading…
Reference in New Issue
Block a user