From 148c8fdf5957ee5ebdc252fbd45bb798d9d312b3 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 3 Aug 2020 21:11:02 +0000 Subject: New port: math/py-or-tools: Google's Operations Research tools (Python binding) --- math/py-or-tools/files/patch-tools_setup.py.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/py-or-tools/files/patch-tools_setup.py.in (limited to 'math/py-or-tools/files/patch-tools_setup.py.in') diff --git a/math/py-or-tools/files/patch-tools_setup.py.in b/math/py-or-tools/files/patch-tools_setup.py.in new file mode 100644 index 000000000000..0a2314a73f4f --- /dev/null +++ b/math/py-or-tools/files/patch-tools_setup.py.in @@ -0,0 +1,13 @@ +--- tools/setup.py.in.orig 2020-08-03 20:20:27 UTC ++++ tools/setup.py.in +@@ -46,8 +46,8 @@ setup( + 'ortools.util', + ], + install_requires=[ +- 'protobuf >= 3.12.2', +- 'six >= 1.10', ++ #'protobuf >= 3.12.2', ++ #'six >= 1.10', + ], + package_data={ + 'ortools.constraint_solver' : ['_pywrapcp.dll'], -- cgit v1.2.3