python39Packages.cirq-google: fix google-api-core version constraint
This commit is contained in:
parent
3b7677852a
commit
85a639637b
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ buildPythonPackage rec {
|
||||||
sourceRoot = "source/${pname}";
|
sourceRoot = "source/${pname}";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace requirements.txt --replace "protobuf~=3.13.0" "protobuf"
|
substituteInPlace requirements.txt \
|
||||||
|
--replace "protobuf~=3.13.0" "protobuf" \
|
||||||
|
--replace "google-api-core[grpc] >= 1.14.0, < 2.0.0dev" "google-api-core[grpc] >= 1.14.0, < 3.0.0dev"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue