diff options
Diffstat (limited to 'databases/py-pgcli/files/patch-setup.py')
-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=""" |