(please use ports@ for ports-related posts) On 2025-02-25, Sandeep Gupta <gupta.sand...@gmail.com> wrote: > from OpenSSL.crypto import ( > File "/usr/local/lib/python3.12/site-packages/OpenSSL/crypto.py", line > 26, in <module> > from typing_extensions import deprecated > ModuleNotFoundError: No module named 'typing_extensions'
There's a missing dependency in the version in -current, I've just added that. > This is on OpenBSD 7.6. Installing py3-typing_extensions fixes this. OpenBSD 7.6 uses python3.11 and py-openssl 24.1.0 which doesn't have the typing-extensions dependency, so either you're actually using -current, or an unsupported mix of -current ports tree and 7.6 release.