diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 12:08:23 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 12:08:23 +0800 |
commit | c3194bc220ca9152a4fa12685220c03755882aea (patch) | |
tree | f390cf26de3701b565dacf304b22f7b002ba0bc5 /databases/py-tarantool/files/patch-setup.py | |
parent | databases/py-sqlglot: Update to 12.2.1 (diff) |
databases/py-tarantool: Update to 1.0.0
Changes: https://github.com/tarantool/tarantool-python/releases
Diffstat (limited to 'databases/py-tarantool/files/patch-setup.py')
-rw-r--r-- | databases/py-tarantool/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-tarantool/files/patch-setup.py b/databases/py-tarantool/files/patch-setup.py new file mode 100644 index 000000000000..44f9fff13b33 --- /dev/null +++ b/databases/py-tarantool/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-04-17 11:03:59 UTC ++++ setup.py +@@ -112,7 +112,7 @@ setup( + command_options=command_options, + install_requires=get_dependencies('requirements.txt'), + setup_requires=[ +- 'setuptools_scm==6.4.2', ++ 'setuptools_scm>=6.4.2', + ], + python_requires='>=3.6', + ) |