mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Pin an older version of Xandikos
This is the one used back when master was last green, so let's start with this one and gradually move up.
This commit is contained in:
parent
216ce8d180
commit
9505430b83
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ pip install wsgi_intercept
|
||||||
|
|
||||||
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
|
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
|
||||||
# XXX: This is the last version to support Python 3.5
|
# XXX: This is the last version to support Python 3.5
|
||||||
pip install -U "xandikos==0.1.0"
|
pip install -U "xandikos==0.0.11"
|
||||||
elif [ "$REQUIREMENTS" = "devel" ]; then
|
elif [ "$REQUIREMENTS" = "devel" ]; then
|
||||||
pip install -U git+https://github.com/jelmer/xandikos
|
pip install -U git+https://github.com/jelmer/xandikos
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue