[Bug 206960] beaker 1.8 needs py-funcsigs
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 5 23:11:53 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206960
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 at FreeBSD.org
Reporter: freebsd at 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 being
built for python 2.x.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list