[Bug 286283] security/py-certbot: Needs py-typing-extensions added as a runtime dependency
- Reply: bugzilla-noreply_a_freebsd.org: "maintainer-feedback requested: [Bug 286283] security/py-certbot: Needs py-typing-extensions added as a runtime dependency"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 286283] security/py-certbot: Needs py-typing-extensions added as a runtime dependency"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 286283] security/py-certbot: Needs py-typing-extensions added as a runtime dependency"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 286283] security/py-certbot: Needs py-typing-extensions added as a runtime dependency"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Apr 2025 11:09:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286283
Bug ID: 286283
Summary: security/py-certbot: Needs py-typing-extensions added
as a runtime dependency
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: python@FreeBSD.org
Reporter: dweimer@dweimer.net
Assignee: python@FreeBSD.org
Flags: maintainer-feedback?(python@FreeBSD.org)
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.11/site-packages/certbot/main.py", line 6, in
<module>
from certbot._internal import main as internal_main
File "/usr/local/lib/python3.11/site-packages/certbot/_internal/main.py",
line 20, in <module>
import josepy as jose
File "/usr/local/lib/python3.11/site-packages/josepy/__init__.py", line 41,
in <module>
from josepy.json_util import (
File "/usr/local/lib/python3.11/site-packages/josepy/json_util.py", line 25,
in <module>
from OpenSSL import crypto
File "/usr/local/lib/python3.11/site-packages/OpenSSL/__init__.py", line 8,
in <module>
from OpenSSL import SSL, crypto
File "/usr/local/lib/python3.11/site-packages/OpenSSL/SSL.py", line 42, in
<module>
from OpenSSL.crypto import (
File "/usr/local/lib/python3.11/site-packages/OpenSSL/crypto.py", line 26, in
<module>
from typing_extensions import deprecated
ModuleNotFoundError: No module named 'typing_extensions'
Installing py-typing-extensions resolves error.
--
You are receiving this mail because:
You are the assignee for the bug.