Commit ed29e3d0 authored by Robert Schütz's avatar Robert Schütz
Browse files

calendar-cli: depends on urllib3

parent 8ef95481
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
    tzlocal
    click
    six
    urllib3
    vobject
  ];