Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#54912 closed defect (worksforme)

certbot @0.18.2 added a python dependency that is not included

Reported by: lterrill Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc:
Port: certbot

Description

Certbot version 0.18.2 added a python package dependency, python/py-funcsigs, which is not included in the cerbot port

Change History (4)

comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: certbot dependency removed
Owner: set to Schamschula
Port: 0.18.2_0 removed
Status: newassigned
Summary: Certbot version 0.18.2 added a python dependency that is not includedcertbot @0.18.2 added a python dependency that is not included

comment:2 Changed 7 years ago by Schamschula (Marius Schamschula)

Resolution: worksforme
Status: assignedclosed

py-funcsigs is a dependency of py-acme, which is a direct dependency of certbot, see port rdeps certbot

comment:3 Changed 7 years ago by micrology

When running sudo /opt/local/bin/certbot renew I also got an error because python/py-funcsigs was not found:

 File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 867, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'funcsigs>=1' distribution was not found and is required by mock

Manually installing

sudo port install py27-funcsigs 

solved the problem.

comment:4 Changed 7 years ago by Schamschula (Marius Schamschula)

What version of py27-acme do you have installed?

Note: See TracTickets for help on using tickets.