[Bug 291871] net/py-avahi: py-compile depends on deprecated 'imp' module
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Dec 2025 11:19:05 UTC
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: gnome@FreeBSD.org
Reporter: igor.arabesc.pavlov@gmail.com
Assignee: gnome@FreeBSD.org
Flags: maintainer-feedback?(gnome@FreeBSD.org)
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.