radicale: Remove optional deps on Python 3

None of these dependencies is required for radicale to function,
and flup in particular prevents usage with Python 3.
This commit is contained in:
Aneesh Agrawal
2017-04-10 20:04:17 -04:00
parent 189479a4ba
commit 8ce337fd96
+1 -1
View File
@@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication rec {
sha256 = "1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2";
};
propagatedBuildInputs = [
propagatedBuildInputs = stdenv.lib.optionals (!pythonPackages.isPy3k) [
pythonPackages.flup
pythonPackages.ldap
pythonPackages.sqlalchemy