python3Packages.fakeredis: relax redis constraint
This commit is contained in:
parent
1feb33974a
commit
90112c221f
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ buildPythonPackage rec {
|
|||
hash = "sha256-fCxLobQuCnUzfFS3d78GcQVrRWllDj/5J+S5s4WvyOw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "redis<4.2.0" "redis"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aioredis
|
||||
lupa
|
||||
|
|
Loading…
Reference in a new issue