mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vdirsyncer: Propagate dependencies and use requests2
This commit is contained in:
parent
b5019ffd72
commit
2a0b05a238
1 changed files with 1 additions and 2 deletions
|
@ -10,10 +10,9 @@ pythonPackages.buildPythonPackage rec {
|
|||
sha256 = "0jrxmq8lq0dvqflmh42hhyvc3jjrg1cg3gzfhdcsskj9zz0m6wai";
|
||||
};
|
||||
|
||||
pythonPath = with pythonPackages; [
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
icalendar
|
||||
click
|
||||
requests
|
||||
lxml
|
||||
setuptools
|
||||
requests_toolbelt
|
||||
|
|
Loading…
Reference in a new issue