Skip to content

Commit ffc4248

Browse files
committed
python312Packages.cirq-google: fix build
1 parent d9a2199 commit ffc4248

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

pkgs/development/python-modules/cirq-google/default.nix

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
buildPythonPackage,
3+
setuptools,
34
cirq-core,
4-
freezegun,
55
google-api-core,
66
protobuf,
7+
freezegun,
78
pytestCheckHook,
8-
setuptools,
9-
protobuf4,
10-
fetchpatch,
119
}:
1210

1311
buildPythonPackage rec {
@@ -19,16 +17,6 @@ buildPythonPackage rec {
1917

2018
build-system = [ setuptools ];
2119

22-
patches = [
23-
# https://github.com/quantumlib/Cirq/pull/6683 Support for protobuf5
24-
(fetchpatch {
25-
url = "https://github.com/quantumlib/Cirq/commit/bae02e4d83aafa29f50aa52073d86eb913ccb2d3.patch";
26-
hash = "sha256-MqHhKa38BTM6viQtWik0TQjN0OPdrwzCZkkqZsiyF5w=";
27-
includes = [ "cirq_google/serialization/arg_func_langs_test.py" ];
28-
stripLen = 1;
29-
})
30-
];
31-
3220
pythonRelaxDeps = [
3321
"protobuf"
3422
];

0 commit comments

Comments
 (0)