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-01-31 23:16:13 -05:00
parent 189479a4ba
commit 8ce337fd96

View file

@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication rec {
sha256 = "1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2";
};
propagatedBuildInputs = [
propagatedBuildInputs = stdenv.lib.optionals (!pythonPackages.isPy3k) [
pythonPackages.flup
pythonPackages.ldap
pythonPackages.sqlalchemy