commit: f99ef7b5814713f078684634b59456798780a555 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Dec 21 19:05:16 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Dec 21 19:05:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99ef7b5
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 <prometheanfire <AT> gentoo.org> app-crypt/certbot/certbot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index e59b628d200..fba37e4616c 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}]
