vdirsyncer: Propagate dependencies and use requests2
This commit is contained in:
parent
b5019ffd72
commit
2a0b05a238
|
@ -10,10 +10,9 @@ pythonPackages.buildPythonPackage rec {
|
||||||
sha256 = "0jrxmq8lq0dvqflmh42hhyvc3jjrg1cg3gzfhdcsskj9zz0m6wai";
|
sha256 = "0jrxmq8lq0dvqflmh42hhyvc3jjrg1cg3gzfhdcsskj9zz0m6wai";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
icalendar
|
icalendar
|
||||||
click
|
click
|
||||||
requests
|
|
||||||
lxml
|
lxml
|
||||||
setuptools
|
setuptools
|
||||||
requests_toolbelt
|
requests_toolbelt
|
||||||
|
|
Loading…
Reference in New Issue