File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
pkgs/development/python-modules/cirq-google Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 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
1311buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments