diff options
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.in | 25 |
1 files changed, 14 insertions, 11 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 3ce7d19f6a76..bbf9a095c500 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,12 +1,15 @@ ---- ortools/python/setup.py.in.orig 2020-08-03 20:33:34 UTC +See https://github.com/google/or-tools/issues/2305 + +--- ortools/python/setup.py.in.orig 2020-12-30 17:40:00 UTC +++ ortools/python/setup.py.in -@@ -41,7 +41,8 @@ setup( - '@PROJECT_NAME@.util':['$<TARGET_FILE_NAME:sorted_interval_list>', '*.pyi'], - }, - include_package_data=True, -- install_requires=['protobuf >= 3.12.2', 'six >= 1.10'], -+ #install_requires=['protobuf >= 3.12.2', 'six >= 1.10'], -+ install_requires=[], - classifiers=[ - 'Development Status :: 5 - Production/Stable', - 'Intended Audience :: Developers', +@@ -42,8 +42,8 @@ setup( + version='@PROJECT_VERSION@', + packages=find_packages(), + install_requires=[ +- 'protobuf >= 3.14.0', +- 'absl-py >= 0.11', ++ #'protobuf >= 3.14.0', ++ #'absl-py >= 0.11', + ], + package_data={ + '@PROJECT_NAME@':[$<$<NOT:$<PLATFORM_ID:Windows>>:'.libs/*', '../$<TARGET_SONAME_FILE_NAME:ortools>'>], |