diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-08-03 21:11:02 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-08-03 21:11:02 +0000 |
commit | 148c8fdf5957ee5ebdc252fbd45bb798d9d312b3 (patch) | |
tree | 0b7a41bc0ad7ae04e491b3dacca90ee6c46ad1bf /math/py-or-tools/files/patch-tools_setup.py.in | |
parent | New port: net/read_bbrlog (diff) |
New port: math/py-or-tools: Google's Operations Research tools (Python binding)
Notes
Notes:
svn path=/head/; revision=544109
Diffstat (limited to 'math/py-or-tools/files/patch-tools_setup.py.in')
-rw-r--r-- | math/py-or-tools/files/patch-tools_setup.py.in | 13 |
1 files changed, 13 insertions, 0 deletions
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'], |