pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59258 CVS commit: pkgsrc/net/py-magic-wormhole



The following reply was made to PR pkg/59258; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59258 CVS commit: pkgsrc/net/py-magic-wormhole
Date: Tue, 8 Apr 2025 13:37:47 +0000

 Module Name:	pkgsrc
 Committed By:	riastradh
 Date:		Tue Apr  8 13:37:47 UTC 2025
 
 Modified Files:
 	pkgsrc/net/py-magic-wormhole: Makefile
 
 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
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/py-magic-wormhole/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index