certbot-0.40.1.ebuild have RDEPEND >=app-crypt/acme-0.40.0 correct certbot-1.0.0.ebuild have RDEPEND >=app-crypt/acme-0.29.0 wrong certbot-9999.ebuild have RDEPEND >=app-crypt/acme-0.29.0 wrong this cause runtime error for >=certbot-1.0.0: Traceback (most recent call last): [...] pkg_resources.ContextualVersionConflict: (acme 0.39.0 (/usr/lib64/python3.6/site-packages), Requirement.parse('acme>=0.40.0'), {'certbot'}) During handling of the above exception, another exception occurred: Traceback (most recent call last): [...] pkg_resources.DistributionNotFound: The 'acme>=0.40.0' distribution was not found and is required by certbot Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252cc3a9cabddf1d50185796b4e60e4de5ba2476 commit 252cc3a9cabddf1d50185796b4e60e4de5ba2476 Author: Matthew Thode <prometheanfire@gentoo.org> AuthorDate: 2019-12-11 18:40:25 +0000 Commit: Matthew Thode <prometheanfire@gentoo.org> CommitDate: 2019-12-11 18:40:46 +0000 app-crypt/certbot: fix dep on acme Fixes: https://bugs.gentoo.org/702542 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> app-crypt/certbot/certbot-1.0.0-r1.ebuild | 52 +++++++++++++++++++++++++++++++ app-crypt/certbot/certbot-1.0.0.ebuild | 2 +- app-crypt/certbot/certbot-9999.ebuild | 2 +- 3 files changed, 54 insertions(+), 2 deletions(-)