Skip to content

Commit 9cbf6f3

Browse files
committed
python3Packages.pgcli: add missing tzlocal dependency
Signed-off-by: Paul Meyer <[email protected]>
1 parent ffb3bad commit 9cbf6f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/pgcli/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
setuptools,
1919
sshtunnel,
2020
mock,
21+
tzlocal,
2122
}:
2223

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

5254
nativeCheckInputs = [

0 commit comments

Comments
 (0)