瀏覽代碼

Merge pull request #3895 from ThomasWaldmann/msgpack-new-name

switch to "msgpack" pypi pkg name, fixes #3890
TW 7 年之前
父節點
當前提交
9d20aaab83
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -46,8 +46,8 @@ on_rtd = os.environ.get('READTHEDOCS')
 install_requires = [
 install_requires = [
     # we are rather picky about msgpack versions, because a good working msgpack is
     # we are rather picky about msgpack versions, because a good working msgpack is
     # very important for borg, see https://github.com/borgbackup/borg/issues/3753
     # very important for borg, see https://github.com/borgbackup/borg/issues/3753
-    # best versions seem to be 0.4.6, 0.4.7, 0.4.8 and 0.5.6:
-    'msgpack-python >=0.4.6, <=0.5.6, !=0.5.0, !=0.5.1, !=0.5.2, !=0.5.3, !=0.5.4, !=0.5.5',
+    # as of now, 0.5.6 is the only preferred version of msgpack:
+    'msgpack==0.5.6',
     # if you can't satisfy the above requirement, these are versions that might
     # if you can't satisfy the above requirement, these are versions that might
     # also work ok, IF you make sure to use the COMPILED version of msgpack-python,
     # also work ok, IF you make sure to use the COMPILED version of msgpack-python,
     # NOT the PURE PYTHON fallback implementation: ==0.5.1, ==0.5.4
     # NOT the PURE PYTHON fallback implementation: ==0.5.1, ==0.5.4