aboutsummaryrefslogtreecommitdiff
path: root/math/py-or-tools/files/patch-ortools_python_setup.py.in
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-10-05 18:35:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-10-05 18:36:30 +0000
commit236421cb98b46876710b07fa35e2116c55ee782f (patch)
tree12568896c742c0bdb15d1a4f16733246da27f20c /math/py-or-tools/files/patch-ortools_python_setup.py.in
parent270c43110dc5ea37e302f184326e95c33398018f (diff)
Diffstat (limited to 'math/py-or-tools/files/patch-ortools_python_setup.py.in')
-rw-r--r--math/py-or-tools/files/patch-ortools_python_setup.py.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/py-or-tools/files/patch-ortools_python_setup.py.in b/math/py-or-tools/files/patch-ortools_python_setup.py.in
index a9add07a6e20..16b2bc7ca247 100644
--- a/math/py-or-tools/files/patch-ortools_python_setup.py.in
+++ b/math/py-or-tools/files/patch-ortools_python_setup.py.in
@@ -1,15 +1,15 @@
See https://github.com/google/or-tools/issues/2305
---- ortools/python/setup.py.in.orig 2021-03-02 14:21:44 UTC
+--- ortools/python/setup.py.in.orig 2021-10-01 03:13:58 UTC
+++ ortools/python/setup.py.in
@@ -42,8 +42,8 @@ setup(
version='@PROJECT_VERSION@',
packages=find_packages(),
install_requires=[
-- 'protobuf >= 3.15.3',
-- 'absl-py >= 0.11',
-+ #'protobuf >= 3.15.3',
-+ #'absl-py >= 0.11',
+- 'protobuf >= 3.18.0',
+- 'absl-py >= 0.13',
++ #'protobuf >= 3.18.0',
++ #'absl-py >= 0.13',
],
package_data={
- '@PROJECT_NAME@':[$<$<NOT:$<PLATFORM_ID:Windows>>:'.libs/*', '../$<TARGET_SONAME_FILE_NAME:ortools>'>],
+ '@PROJECT_NAME@':[$<$<STREQUAL:$<TARGET_PROPERTY:@PYTHON_PROJECT@,TYPE>,SHARED_LIBRARY>:'.libs/*', '../$<TARGET_SONAME_FILE_NAME:@PYTHON_PROJECT@>'>],