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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ronald van Haren (pressh)
Lukas Fleischer (lfleischer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

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
Comment by Modin (modin) - Thursday, 12 September 2019, 08:13 GMT
Bumped into this today, annoying but not that hard to solve.

`pacman -S python-httplib2`

Loading...