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:
parent
189479a4ba
commit
8ce337fd96
@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
sha256 = "1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
propagatedBuildInputs = stdenv.lib.optionals (!pythonPackages.isPy3k) [
|
||||
pythonPackages.flup
|
||||
pythonPackages.ldap
|
||||
pythonPackages.sqlalchemy
|
||||
|
Loading…
x
Reference in New Issue
Block a user