Bugzilla Automation <[email protected]> has asked freebsd-python (Nobody)
<[email protected]> for maintainer-feedback:
Bug 294704: security/py-certbot: Builds and Installs with Python 13, but fails
to run.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294704
--- Description ---
CertBot Renew
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 5, in <module>
from certbot.main import main
File "/usr/local/lib/python3.13/site-packages/certbot/main.py", line 6, in
<module>
from certbot._internal import main as internal_main
File "/usr/local/lib/python3.13/site-packages/certbot/_internal/main.py",
line 29, in <module>
from certbot import crypto_util
File "/usr/local/lib/python3.13/site-packages/certbot/crypto_util.py", line
38, in <module>
from certbot import interfaces
File "/usr/local/lib/python3.13/site-packages/certbot/interfaces.py", line
20, in <module>
from zope.interface import Interface as ZopeInterface
File "/usr/local/lib/python3.13/site-packages/zope/interface/__init__.py",
line 57, in <module>
_wire()
~~~~~^^
File "/usr/local/lib/python3.13/site-packages/zope/interface/interface.py",
line 1122, in _wire
from zope.interface.interfaces import IElement
File "/usr/local/lib/python3.13/site-packages/zope/interface/interfaces.py",
line 49, in <module>
class IElement(Interface):
...<91 lines>...
"""
File "/usr/local/lib/python3.13/site-packages/zope/interface/interface.py",
line 794, in __init__
self.__attrs = self.__compute_attrs(attrs)
~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.13/site-packages/zope/interface/interface.py",
line 813, in __compute_attrs
aname: update_value(aname, aval)
~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/zope/interface/interface.py",
line 809, in update_value
raise InvalidInterface("Concrete attribute, " + aname)
zope.interface.exceptions.InvalidInterface: Concrete attribute, __firstlineno__