python3Packages.cirq: fix build

This commit is contained in:
Jonathan Ringer
2020-08-30 09:11:03 +02:00
committed by Frederik Rietdijk
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