summaryrefslogtreecommitdiff
path: root/databases/py-tarantool/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-tarantool/files/patch-setup.py')
-rw-r--r--databases/py-tarantool/files/patch-setup.py11
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',
+ )