diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 17:45:00 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 18:55:33 +0800 |
commit | a8e804f77826c76b1a261311cf4c45ed8422cd8a (patch) | |
tree | 61c8d570949dcdaf36d0745a58a63999e5c60e34 /databases/py-pgcli/files | |
parent | lang/p5-Scalar-List-Utils: Update to 1.65 (diff) |
databases/py-pgcli: Add SSHTUNNEL option
Diffstat (limited to 'databases/py-pgcli/files')
-rw-r--r-- | databases/py-pgcli/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-pgcli/files/patch-setup.py b/databases/py-pgcli/files/patch-setup.py new file mode 100644 index 000000000000..7ab0eab96497 --- /dev/null +++ b/databases/py-pgcli/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2024-05-10 03:17:53 UTC ++++ setup.py +@@ -44,7 +44,7 @@ setup( + ], + extras_require={ + "keyring": ["keyring >= 12.2.0"], +- "sshtunnel": ["sshtunnel >= 0.4.0"], ++ "sshtunnel": ["sshtunnel"], + }, + python_requires=">=3.8", + entry_points=""" |