Date: Sun, 11 Jul 2021 20:43:34 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257120] sysutils/iocage-devel - missing dependency py-jsonschema Message-ID: <bug-257120-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257120 Bug ID: 257120 Summary: sysutils/iocage-devel - missing dependency py-jsonschema Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: dvl@FreeBSD.org Reporter: jsegaert@yahoo.com Assignee: dvl@FreeBSD.org Flags: maintainer-feedback?(dvl@FreeBSD.org) After installing iocage-devel (pkg install py38-iocage-devel) using the "latest" package repo on a clean 13.0-RELEASE-p3 system, any iocage command issues the following Traceback:=20 ~ iocage list Traceback (most recent call last): File "/usr/local/bin/iocage", line 6, in <module> from iocage_cli import cli File "/usr/local/lib/python3.8/site-packages/iocage_cli/__init__.py", line 38, in <module> import iocage_lib.ioc_check as ioc_check File "/usr/local/lib/python3.8/site-packages/iocage_lib/ioc_check.py", li= ne 30, in <module> import iocage_lib.ioc_common File "/usr/local/lib/python3.8/site-packages/iocage_lib/ioc_common.py", l= ine 35, in <module> import jsonschema ModuleNotFoundError: No module named 'jsonschema' This issue goes away after installing py-jsonschema (pkg install py38-jsonschema) so this seems just a missing dependency in the port. --=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-257120-7788>