[Bug 284696] textproc/py-furo: should depend on devel/py-typing-extensions

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 09 Feb 2025 22:38:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284696

            Bug ID: 284696
           Summary: textproc/py-furo: should depend on
                    devel/py-typing-extensions
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: nicholas.e.taylor@gmail.com
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Created attachment 257367
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=257367&action=edit
Patch to add devel/py-typing-extensions dependency

I found devel/py-breathe failed to build in poudriere.  The logs indicated that
it was unable to import furo, because typing_extensions wasn't available.

furo is provided by textproc/py-furo; typing_extensions is provided by
devel/py-typing-extensions.  Oddly textproc/py-furo built just fine: great are
the mysteries of Python.

The attached patch adds devel/py-typing-extensions to the RUN_DEPENDS for
textproc/py-furo.  devel/py-breathe now builds for me and seems to work.

-- 
You are receiving this mail because:
You are the assignee for the bug.