python3Packages.cirq: fix build
This commit is contained in:
parent
75291e223f
commit
6d565c8b69
@ -48,6 +48,11 @@ buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "protobuf~=3.12.0" "protobuf~=3.12"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
freezegun
|
||||
google_api_core
|
||||
|
Loading…
Reference in New Issue
Block a user