Date: Wed, 11 Sep 2019 07:52:21 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 240490] www/py-soupsieve: missing dependency on devel/py-backports.functools_lru_cache Message-ID: <bug-240490-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240490 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@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: sunpoet@FreeBSD.org, wen@FreeBSD.org CC: sunpoet@FreeBSD.org, wen@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", li= ne 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. --=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-240490-7788>