Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676612 - app-crypt/certbot-0.30.1 should depend on >=app-crypt/acme-0.29.0 - pkg_resources.DistributionNotFound: The 'acme>=0.29.0' distribution was not found and is required by certbot
Summary: app-crypt/certbot-0.30.1 should depend on >=app-crypt/acme-0.29.0 - pkg_resou...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-27 23:51 UTC by Thomas Capricelli
Modified: 2019-01-28 15:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Capricelli 2019-01-27 23:51:43 UTC
I've just updated certbot (0.27.1 -> 0.30.1), and now i have this error.

pkg_resources.DistributionNotFound: The 'acme>=0.29.0' distribution was not found and is required by certbot

And indeed, looking at dependancies in portage tree:

orzel@berlioz portage/app-crypt/certbot% ack acme
certbot-0.30.1.ebuild
27:     >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]

certbot-0.30.0.ebuild
27:     >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]

certbot-9999.ebuild
27:     >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]

certbot-0.29.1.ebuild
27:     >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]

It really looks weird. certbot-0.29.1 depends on acme 0.29.0, but certbot 0.30.1 is back to 0.26.0. This really looks like a bad/quick copy/paste.

But it explains why my update of cerbot didn't update acme.

I installed by hand the latest acme (emerge -1 acme) and I can confirm it works better now.
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2019-01-28 15:28:26 UTC
looks like I forgot to update it in 9999 at some point, fixed
Comment 2 Larry the Git Cow gentoo-dev 2019-01-28 15:28:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b111ea51ed61b3abe5124836d3b68929509ae3c

commit 2b111ea51ed61b3abe5124836d3b68929509ae3c
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-01-28 15:28:39 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-01-28 15:28:39 +0000

    app-crypt/certbot: fix acme deps
    
    Fixes: https://bugs.gentoo.org/676612
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 app-crypt/certbot/certbot-0.30.0.ebuild                               | 2 +-
 app-crypt/certbot/{certbot-0.30.1.ebuild => certbot-0.30.1-r1.ebuild} | 2 +-
 app-crypt/certbot/certbot-9999.ebuild                                 | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)