From: Matthew Thode Date: Sat, 21 Dec 2019 19:05:16 +0000 (-0600) Subject: app-crypt/certbot: update cryptography dep for to 2.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f99ef7b5814713f078684634b59456798780a555;p=gentoo.git app-crypt/certbot: update cryptography dep for to 2.8 Fixes: https://bugs.gentoo.org/703490 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Matthew Thode --- diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index e59b628d2009..fba37e4616cb 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -28,7 +28,7 @@ RDEPEND=" >=app-crypt/acme-0.40.0[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] - >=dev-python/cryptography-1.2.3[${PYTHON_USEDEP}] + >=dev-python/cryptography-2.8[${PYTHON_USEDEP}] >=dev-python/distro-1.0.1[${PYTHON_USEDEP}] >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}]