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-ortools_python_setup.py.in | |
parent | c58f43938c6a44f4ecca02c2edd78bb08a1780b3 (diff) |
Notes
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 | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000000..3ce7d19f6a76 --- /dev/null +++ b/math/py-or-tools/files/patch-ortools_python_setup.py.in @@ -0,0 +1,12 @@ +--- ortools/python/setup.py.in.orig 2020-08-03 20:33:34 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', |