mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Pin xandikos to 0.1.0
This commit is contained in:
parent
e987d6eb4a
commit
7c04289ed4
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ set -e
|
|||
pip install wsgi_intercept
|
||||
|
||||
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
|
||||
pip install -U xandikos
|
||||
# XXX: This is the last version to support Python 3.5
|
||||
pip install -U "xandikos==0.1.0"
|
||||
elif [ "$REQUIREMENTS" = "devel" ]; then
|
||||
pip install -U git+https://github.com/jelmer/xandikos
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue