etesync-dav: update dependencies
This commit is contained in:
parent
9191e226db
commit
6cfccb5648
1 changed files with 4 additions and 1 deletions
|
@ -46,12 +46,15 @@ in python.pkgs.buildPythonApplication rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python.pkgs; [
|
propagatedBuildInputs = with python.pkgs; [
|
||||||
|
appdirs
|
||||||
etebase
|
etebase
|
||||||
etesync
|
etesync
|
||||||
flask
|
flask
|
||||||
flask-wtf
|
flask-wtf
|
||||||
|
msgpack
|
||||||
(python.pkgs.toPythonModule (radicale3.override { python3 = python; }))
|
(python.pkgs.toPythonModule (radicale3.override { python3 = python; }))
|
||||||
];
|
requests
|
||||||
|
] ++ requests.optional-dependencies.socks;
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue