[Bug 291871] net/py-avahi: py-compile depends on deprecated 'imp' module
| Newsgroups | gmane.os.freebsd.devel.gnome |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291871
Bug ID: 291871
Summary: net/py-avahi: py-compile depends on deprecated 'imp'
module
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
py-avahi build fails with python3.13 due to dependency on the deprecated 'imp'
module, which was removed in python 3.12:
gmake[4]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p
'/usr/ports/net/py-avahi/work-py313/stage/usr/local/lib/python3.13/site-packages/avahi'
install -m 0644 __init__.py
'/usr/ports/net/py-avahi/work-py313/stage/usr/local/lib/python3.13/site-packages/avahi'
Traceback (most recent call last):
File "<string>", line 2, in <module>
import sys, os, py_compile, imp
ModuleNotFoundError: No module named 'imp'
--
You are receiving this mail because:
You are the assignee for the bug.