ports/databases/py-pgcli/files/patch-setup.py
2024-08-15 18:55:33 +08:00

11 lines
296 B
Python

--- 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="""