Pin a known-working version of radicale too

This commit is contained in:
Hugo Osvaldo Barrera 2020-06-08 14:47:41 +02:00
parent 470c2c6630
commit 65d17bdcbf

View file

@ -2,7 +2,7 @@
set -e
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
radicale_pkg="radicale"
radicale_pkg="radicale==2.1.10"
elif [ "$REQUIREMENTS" = "devel" ]; then
radicale_pkg="git+https://github.com/Kozea/Radicale.git"
else