FS#58219 - [radicale] requires python-setuptools runtime dependency

Attached to Project: Community Packages
Opened by Andreas Trepczik (bzt) - Friday, 13 April 2018, 18:04 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 22 April 2018, 14:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I was messing around with python dependencies on my system and suddenly radicale did not start anymore, because it was missing a module:

Apr 13 19:54:10 alarmpi radicale[1799]: File "/usr/bin/radicale", line 28, in <module>
Apr 13 19:54:10 alarmpi radicale[1799]: import radicale.__main__
Apr 13 19:54:10 alarmpi radicale[1799]: File "/usr/lib/python3.6/site-packages/radicale/__init__.py", line 53, in <module>
Apr 13 19:54:10 alarmpi radicale[1799]: from . import auth, rights, storage, web, xmlutils
Apr 13 19:54:10 alarmpi radicale[1799]: File "/usr/lib/python3.6/site-packages/radicale/web.py", line 23, in <module>
Apr 13 19:54:10 alarmpi radicale[1799]: import pkg_resources
Apr 13 19:54:10 alarmpi radicale[1799]: ModuleNotFoundError: No module named 'pkg_resources'

Turns out radicale needs python-setuptools as a runtime dependency, whereas it currently is just a make dependency.

Tested version: 2.1.8-4
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 22 April 2018, 14:39 GMT
Reason for closing:  Fixed
Additional comments about closing:  radicale 2.1.8-5

Loading...