PyWebDAV: init at 0.9.8

This commit is contained in:
Johannes Bornhold
2017-02-20 20:31:51 +01:00
parent 4518b02c8b
commit 402a6c6dde
2 changed files with 19 additions and 0 deletions

View File

@@ -354,6 +354,8 @@ in {
};
};
PyWebDAV = callPackage ../development/python-modules/pywebdav { };
pyxml = if !isPy3k then callPackage ../development/python-modules/pyxml{ } else throw "pyxml not supported for interpreter ${python.executable}";
relatorio = callPackage ../development/python-modules/relatorio { };