etesync-dav: loosen radicale version bounds

gstqt5
Robert Schütz 2020-09-01 09:42:27 +02:00 committed by Jon
parent a38a9590d8
commit 3d3eef24ae
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ python3Packages.buildPythonApplication rec {
sha256 = "1q8h89hqi4kxphn1g5nbcia0haz5k57is9rycwaabm55mj9s9fah";
};
postPatch = ''
substituteInPlace setup.py --replace "Radicale==" "Radicale>="
'';
propagatedBuildInputs = with python3Packages; [
etesync
flask