Date: Fri, 01 May 2020 14:45:52 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 246098] devel/py-pygit2: missing runtime dependency devel/py-cached-property Message-ID: <bug-246098-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246098 Bug ID: 246098 Summary: devel/py-pygit2: missing runtime dependency devel/py-cached-property Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: ahktenzero+freebsd@mohorovi.cc CC: lifanov@freebsd.org, mfechner@FreeBSD.org CC: lifanov@freebsd.org, mfechner@FreeBSD.org Python 3.6.9 (default, Dec 9 2019, 14:06:32) [GCC 4.2.1 Compatible FreeBSD Clang 8.0.0 (tags/RELEASE_800/final 356365)] = on freebsd11 Type "help", "copyright", "credits" or "license" for more information. >>> import pygit2 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.6/site-packages/pygit2/__init__.py", line 34= , in <module> from .config import Config File "/usr/local/lib/python3.6/site-packages/pygit2/config.py", line 26, = in <module> from cached_property import cached_property ModuleNotFoundError: No module named 'cached_property' According to the changelog, PyGit2 has required cached-property since v1.1.= 0.=20 https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst#110-2020-03-01 --=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-246098-7788>