diff options
Diffstat (limited to 'databases/py-tarantool/files/patch-setup.py')
-rw-r--r-- | databases/py-tarantool/files/patch-setup.py | 10 |
1 files changed, 10 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..dc3a6f42aedd --- /dev/null +++ b/databases/py-tarantool/files/patch-setup.py @@ -0,0 +1,10 @@ +--- 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', + ] + ) |