aboutsummaryrefslogtreecommitdiff
path: root/system/borgbackup/01-msgpack-python-renamed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/borgbackup/01-msgpack-python-renamed.patch')
-rw-r--r--system/borgbackup/01-msgpack-python-renamed.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/borgbackup/01-msgpack-python-renamed.patch b/system/borgbackup/01-msgpack-python-renamed.patch
new file mode 100644
index 0000000000000..00cf94c9ef741
--- /dev/null
+++ b/system/borgbackup/01-msgpack-python-renamed.patch
@@ -0,0 +1,19 @@
+--- setup.py 2018-12-09 03:18:19.000000000 +0100
++++ setup.py.new 2018-12-09 09:43:12.950202360 +0100
+@@ -39,7 +39,7 @@
+ # 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
+ # 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',
++ 'msgpack >=0.4.6, <=0.5.6, !=0.5.0, !=0.5.1, !=0.5.2, !=0.5.3, !=0.5.4, !=0.5.5',
+ # 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,
+ # NOT the PURE PYTHON fallback implementation: ==0.5.1, ==0.5.4
+--- src/borgbackup.egg-info/requires.txt 2018-12-09 03:37:50.000000000 +0100
++++ src/borgbackup.egg-info/requires.txt.new 2018-12-09 09:47:08.958294779 +0100
+@@ -1,4 +1,4 @@
+-msgpack-python!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,!=0.5.4,!=0.5.5,<=0.5.6,>=0.4.6
++msgpack!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,!=0.5.4,!=0.5.5,<=0.5.6,>=0.4.6
+
+ [fuse]
+ llfuse<2.0