python3Packages.cirq: fix build

This commit is contained in:
Jonathan Ringer 2020-08-29 11:53:11 -07:00 committed by Frederik Rietdijk
parent 75291e223f
commit 6d565c8b69

View File

@ -48,6 +48,11 @@ buildPythonPackage rec {
}) })
]; ];
postPatch = ''
substituteInPlace requirements.txt \
--replace "protobuf~=3.12.0" "protobuf~=3.12"
'';
propagatedBuildInputs = [ propagatedBuildInputs = [
freezegun freezegun
google_api_core google_api_core