Don't install werkzeug when it is not needed

This commit is contained in:
Markus Unterwaditzer 2014-03-19 16:17:50 +01:00
parent b92ae6d001
commit bce581df37
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,10 @@ davserver_radicale_git() {
radicale_deps
}
radicale_deps() { radicale_storage_$RADICALE_STORAGE; }
radicale_deps() {
pip install --use-mirrors werkzeug
radicale_storage_$RADICALE_STORAGE
}
radicale_storage_database() { pip install --use-mirrors sqlalchemy pysqlite; }
radicale_storage_filesystem() { true; }

View file

@ -1,4 +1,3 @@
Werkzeug
pytest
mock
git+https://github.com/geier/leif