FS#60357 - [calcurse] 4.3.0-1 missing optional dependency python-httplib2
Attached to Project:
Community Packages
Opened by Jaan Toots (jaan) - Tuesday, 09 October 2018, 09:19 GMT
Last edited by George Rawlinson (rawlinsong) - Tuesday, 22 March 2022, 07:09 GMT
Opened by Jaan Toots (jaan) - Tuesday, 09 October 2018, 09:19 GMT
Last edited by George Rawlinson (rawlinsong) - Tuesday, 22 March 2022, 07:09 GMT
|
Details
Description:
The script for CalDAV support /usr/bin/calcurse-caldav imports httplib2. This means python-httplib2 would be a more appropriate optdepend than python for CalDAV support. Additional info: * package version(s) calcurse 4.3.0-1 * config and/or log files etc. Traceback (most recent call last): File "/usr/bin/calcurse-caldav", line 6, in <module> import httplib2 ModuleNotFoundError: No module named 'httplib2' Steps to reproduce: On a system with python-httplib2 not installed: $ calcurse-caldav -h |
This task depends upon
Closed by George Rawlinson (rawlinsong)
Tuesday, 22 March 2022, 07:09 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.7.1-2
Tuesday, 22 March 2022, 07:09 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.7.1-2
`pacman -S python-httplib2`