mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-29 03:06:12 +00:00
require msgpack==0.4.6 - no python 3.2 support in 0.4.7+
This commit is contained in:
parent
7e5d30f41a
commit
a9f2f65154
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -19,7 +19,8 @@
|
|||
|
||||
# msgpack pure python data corruption was fixed in 0.4.6.
|
||||
# Also, we might use some rather recent API features.
|
||||
install_requires=['msgpack-python>=0.4.6', ]
|
||||
# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
|
||||
install_requires=['msgpack-python==0.4.6', ]
|
||||
|
||||
|
||||
from setuptools import setup, Extension
|
||||
|
|
Loading…
Reference in a new issue