FS#44802 - [devede] missing package dependencies

Attached to Project: Community Packages
Opened by Hartmut Malzahn (hwm) - Friday, 01 May 2015, 13:15 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 04 May 2015, 11:55 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

after running pacman -Suy devede stopped working. Starting devede_ng.py in a shell first resulted in the error message

ImportError: No module named 'pkg_resources'

(from the python-setuptools package), after installing that the error is

ImportError: No module named 'cairo'

So python-cairo is also lacking. Installing python-cairo fixes it. So they should be included as dependencies in the devede package, I think.

Additional info:
* package version(s)
4.0-1
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 04 May 2015, 11:55 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-setuptools added to deps
Comment by Doug Newgard (Scimmia) - Sunday, 03 May 2015, 04:13 GMT
You added python-cairo, but missed python-setuptools.

Loading...