Skip to content
Snippets Groups Projects
Verified Commit a8e804f7 authored by sunpoet's avatar sunpoet
Browse files

databases/py-pgcli: Add SSHTUNNEL option

parent c1d18560
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,11 @@ USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
PYTEST_BROKEN_TESTS= test_obfuscate_process_password
OPTIONS_DEFINE= KEYRING
OPTIONS_DEFINE= KEYRING SSHTUNNEL
KEYRING_DESC= keyring support
SSHTUNNEL_DESC= SSH tunnel support
KEYRING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyring>=12.2.0,1:security/py-keyring@${PY_FLAVOR}
SSHTUNNEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sshtunnel>=0:net/py-sshtunnel@${PY_FLAVOR}
.include <bsd.port.mk>
--- 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="""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment