summaryrefslogtreecommitdiff
path: root/databases/py-tarantool/files/patch-setup.py
blob: dc3a6f42aeddd5bd5e18424bd8e69c864ffd9ec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
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',
     ]
 )