Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2024 21:30:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279304] net/py-magic-wormhole: Missing dependency to send documents
Message-ID:  <bug-279304-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279304

            Bug ID: 279304
           Summary: net/py-magic-wormhole: Missing dependency to send
                    documents
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: romain@FreeBSD.org
             Flags: maintainer-feedback?(bofh@freebsd.org)
          Assignee: bofh@freebsd.org

```
romain@zappy ~ % wormhole send=20=20=20
Traceback (most recent call last):
  File "/usr/local/bin/wormhole", line 33, in <module>
    sys.exit(load_entry_point('magic-wormhole=3D=3D0.14.0', 'console_script=
s',
'wormhole')())
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1157, in
__call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1078, in
main
    rv =3D self.invoke(ctx)
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1688, in
invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1434, in
invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 783, in
invoke
    return __callback(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/click/decorators.py", line 4=
5,
in new_func
    return f(get_current_context().obj, *args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/wormhole/cli/cli.py", line 2=
82,
in send
    from . import cmd_send
  File "/usr/local/lib/python3.9/site-packages/wormhole/cli/cmd_send.py", l=
ine
21, in <module>
    from iterableio import open_iterable
ModuleNotFoundError: No module named 'iterableio'
```

Looks like the dependency was added in:
https://github.com/magic-wormhole/magic-wormhole/commit/c4c56e1d75a3f25246d=
785f3635c67a81ea0193d

But no port exist for it ATM

--=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-279304-7788>