FS#77696 - [b4] Missing optdepend on patatt

Attached to Project: Community Packages
Opened by Emil (xexaxo) - Wednesday, 01 March 2023, 18:40 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 01 March 2023, 20:43 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The b4 can send patches via a web entrypoint, for which it uses patatt. Without that it errors like:

Traceback (most recent call last):
File "/usr/bin/b4", line 33, in <module>
sys.exit(load_entry_point('b4==0.12.1', 'console_scripts', 'b4')())
File "/usr/lib/python3.10/site-packages/b4/command.py", line 360, in cmd
cmdargs.func(cmdargs)
File "/usr/lib/python3.10/site-packages/b4/command.py", line 86, in cmd_send
b4.ez.cmd_send(cmdargs)
File "/usr/lib/python3.10/site-packages/b4/ez.py", line 1532, in cmd_send
sent = b4.send_mail(smtp, send_msgs, fromaddr=fromaddr, patatt_sign=sign,
File "/usr/lib/python3.10/site-packages/b4/__init__.py", line 3341, in send_mail
import patatt
ModuleNotFoundError: No module named 'patatt'


Can we get that added to the optional dependencies?

Additional info:
* package version(s) 0.12.1-1

Steps to reproduce:
- prep a series
- b4 send
- boom
This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 01 March 2023, 20:43 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#77695 

Loading...