Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Feb 2016 23:11:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206960] beaker 1.8 needs py-funcsigs
Message-ID:  <bug-206960-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206960

            Bug ID: 206960
           Summary: beaker 1.8 needs py-funcsigs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: freebsd@johnlevine.com

in beaker/_compat.py at line 160 it says:

try:
    from inspect import signature as func_signature
except ImportError:
    from funcsigs import signature as func_signature

The inspect package doesn't include signature() until python 3.3 so it
looks for funcsigs, and fails if that package isn't installed.

The solution is easy, add py-funcsigs as a prerequisite, at least if it's b=
eing
built for python 2.x.

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



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