Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2025 11:19:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 291871] net/py-avahi: py-compile depends on deprecated 'imp' module
Message-ID:  <bug-291871-6497@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291871-6497>