[Bug 257120] sysutils/iocage-devel - missing dependency py-jsonschema
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Jul 2021 20:43:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257120
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:
~ 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", line
30, in <module>
import iocage_lib.ioc_common
File "/usr/local/lib/python3.8/site-packages/iocage_lib/ioc_common.py", line
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.
--
You are receiving this mail because:
You are the assignee for the bug.