From 99fbb6d338ab76bf1c0303380c46020b0a3b4502 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Wed, 20 Oct 2021 06:06:28 +0000 Subject: [PATCH] Revert "redis-dump-load: Pin the redis package to use 3.5.3 (#9001)" This reverts commit 6432b508d996c31cbca758fffded0af841de26be. --- .../0003-use-redis-3.5.3.patch | 25 ------------------- src/redis-dump-load.patch/series | 1 - 2 files changed, 26 deletions(-) delete mode 100644 src/redis-dump-load.patch/0003-use-redis-3.5.3.patch diff --git a/src/redis-dump-load.patch/0003-use-redis-3.5.3.patch b/src/redis-dump-load.patch/0003-use-redis-3.5.3.patch deleted file mode 100644 index a58c2059e81a..000000000000 --- a/src/redis-dump-load.patch/0003-use-redis-3.5.3.patch +++ /dev/null @@ -1,25 +0,0 @@ -Pin the redis package to version 3.5.3 (the last version that supports both -Python 2 and 3). - -Signed-off-by: Saikrishna Arcot - -diff --git a/requirements.txt b/requirements.txt -index 7800f0f..3fc0632 100644 ---- a/requirements.txt -+++ b/requirements.txt -@@ -1 +1 @@ --redis -+redis==3.5.3 -diff --git a/setup.py b/setup.py -index 8ccf31f..6db9ec4 100644 ---- a/setup.py -+++ b/setup.py -@@ -17,7 +17,7 @@ setup(name=package_name, - author_email='oleg@bsdpower.com', - url='http://github.com/p/redis-dump-load', - py_modules=['redisdl'], -- install_requires=['redis'], -+ install_requires=['redis==3.5.3'], - data_files=[ - (doc_dir, data_files), - ], diff --git a/src/redis-dump-load.patch/series b/src/redis-dump-load.patch/series index 50beb71a677f..c73c3b5caa97 100644 --- a/src/redis-dump-load.patch/series +++ b/src/redis-dump-load.patch/series @@ -1,3 +1,2 @@ 0001-Use-pipelines-when-dumping-52.patch 0002-Fix-setup.py-for-test-and-bdist_wheel.patch -0003-use-redis-3.5.3.patch