Path to this page:
Subject: CVS commit: pkgsrc/net/py-magic-wormhole
From: Taylor R Campbell
Date: 2025-04-08 15:37:47
Message id: 20250408133747.F0344FBE1@cvs.NetBSD.org
Log Message:
net/py-magic-wormhole: Also needs py-qrcode and py-test.
Resolves:
ImportError while importing test module \
'/home/riastradh/pkgsrc/current/work/net/py-magic-wormhole/work/magic-wormhole-0 \
.18.0/src/wormhole/test/test_cli.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../../../pkg/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
src/wormhole/test/test_cli.py:25: in <module>
from ..cli import cli, cmd_receive, cmd_send, welcome
src/wormhole/cli/cmd_send.py:9: in <module>
from qrcode import QRCode
E ModuleNotFoundError: No module named 'qrcode'
(py-test may have been implicitly imported by some transitive
dependency but let's make it explicit in case we ever hide implicit
transitive dependencies in Python.)
PR pkg/59258: net/py-magic-wormhole: borken between 0.13 and 0.15
Files: