[Bug 240490] www/py-soupsieve: missing dependency on devel/py-backports.functools_lru_cache
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 11 07:52:22 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240490
Bug ID: 240490
Summary: www/py-soupsieve: missing dependency on
devel/py-backports.functools_lru_cache
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: jbeich at FreeBSD.org
CC: sunpoet at FreeBSD.org, wen at FreeBSD.org
CC: sunpoet at FreeBSD.org, wen at FreeBSD.org
$ pkg install py27-soupsieve
$ python2.7
Python 2.7.16 (default, Jun 9 2019, 03:24:51)
[GCC 4.2.1 Compatible FreeBSD Clang 6.0.0 (tags/RELEASE_600/final 326565)] on
freebsd11
Type "help", "copyright", "credits" or "license" for more information.
>>> import soupsieve
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/soupsieve/__init__.py", line 30,
in <module>
from . import css_parser as cp
File "/usr/local/lib/python2.7/site-packages/soupsieve/css_parser.py", line
4, in <module>
from . import util
File "/usr/local/lib/python2.7/site-packages/soupsieve/util.py", line 25, in
<module>
from backports.functools_lru_cache import lru_cache # noqa F401
ImportError: No module named backports.functools_lru_cache
Doesn't seem to affect python3.6.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list