Loading pkgs/development/python-modules/cirq-google/default.nix +2 −14 Original line number Diff line number Diff line { buildPythonPackage, setuptools, cirq-core, freezegun, google-api-core, protobuf, freezegun, pytestCheckHook, setuptools, protobuf4, fetchpatch, }: buildPythonPackage rec { Loading @@ -19,16 +17,6 @@ buildPythonPackage rec { build-system = [ setuptools ]; patches = [ # https://github.com/quantumlib/Cirq/pull/6683 Support for protobuf5 (fetchpatch { url = "https://github.com/quantumlib/Cirq/commit/bae02e4d83aafa29f50aa52073d86eb913ccb2d3.patch"; hash = "sha256-MqHhKa38BTM6viQtWik0TQjN0OPdrwzCZkkqZsiyF5w="; includes = [ "cirq_google/serialization/arg_func_langs_test.py" ]; stripLen = 1; }) ]; pythonRelaxDeps = [ "protobuf" ]; Loading Loading
pkgs/development/python-modules/cirq-google/default.nix +2 −14 Original line number Diff line number Diff line { buildPythonPackage, setuptools, cirq-core, freezegun, google-api-core, protobuf, freezegun, pytestCheckHook, setuptools, protobuf4, fetchpatch, }: buildPythonPackage rec { Loading @@ -19,16 +17,6 @@ buildPythonPackage rec { build-system = [ setuptools ]; patches = [ # https://github.com/quantumlib/Cirq/pull/6683 Support for protobuf5 (fetchpatch { url = "https://github.com/quantumlib/Cirq/commit/bae02e4d83aafa29f50aa52073d86eb913ccb2d3.patch"; hash = "sha256-MqHhKa38BTM6viQtWik0TQjN0OPdrwzCZkkqZsiyF5w="; includes = [ "cirq_google/serialization/arg_func_langs_test.py" ]; stripLen = 1; }) ]; pythonRelaxDeps = [ "protobuf" ]; Loading