summaryrefslogtreecommitdiff
path: root/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-03 05:24:29 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-03 05:24:29 +0100
commit007b0aae027279095b8605c214b535e59df8f6eb (patch)
tree3ab8d7df4662438a0507197b948705b4772083d5 /app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
parentf20958f66a5e97c92cc44354e07e3e3089dfc23d (diff)
gentoo auto-resync : 03:05:2023 - 05:24:28
Diffstat (limited to 'app-crypt/certbot-nginx/certbot-nginx-9999.ebuild')
-rw-r--r--app-crypt/certbot-nginx/certbot-nginx-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
index 8f87e5994fac..681a2d89b66e 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
@@ -40,11 +40,12 @@ BDEPEND="
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"
+# The requirement is really 17.5.0 but easier to require latest stable >= 23.1.1
+# to avoid broken 23.1.0.
RDEPEND="
>=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
>=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
- !~dev-python/pyopenssl-23.1.0[${PYTHON_USEDEP}]
+ >=dev-python/pyopenssl-23.1.1[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}]
"