summaryrefslogtreecommitdiff
path: root/databases/py-tarantool/files/patch-setup.py
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-30 12:23:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-30 12:23:13 +0000
commit7bd5f5e905530513e8575d8d23c5c11cac52d8a1 (patch)
tree63b6f1dbc881f89dd08d46e53dcf65c7d313bfa6 /databases/py-tarantool/files/patch-setup.py
parentUpdate to 1.23.0 (diff)
Update to 0.7.1
Changes: https://github.com/tarantool/tarantool-python/releases
Notes
Notes: svn path=/head/; revision=563318
Diffstat (limited to 'databases/py-tarantool/files/patch-setup.py')
-rw-r--r--databases/py-tarantool/files/patch-setup.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/py-tarantool/files/patch-setup.py b/databases/py-tarantool/files/patch-setup.py
deleted file mode 100644
index dc3a6f42aedd..000000000000
--- a/databases/py-tarantool/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2018-10-25 00:05:26 UTC
-+++ setup.py
-@@ -82,6 +82,6 @@ setup(
- cmdclass=cmdclass,
- command_options=command_options,
- install_requires=[
-- 'msgpack-python>=0.4',
-+ 'msgpack>=0.4',
- ]
- )