Commit 9cbf6f3e authored by Paul Meyer's avatar Paul Meyer
Browse files

python3Packages.pgcli: add missing tzlocal dependency

parent ffb3bada
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
  setuptools,
  sshtunnel,
  mock,
  tzlocal,
}:

# this is a pythonPackage because of the ipython line magics in pgcli.magic
@@ -47,6 +48,7 @@ buildPythonPackage rec {
    keyring
    pendulum
    sshtunnel
    tzlocal
  ];

  nativeCheckInputs = [