FS#38724 - [cython] Missing dependency: python-setuptools

Attached to Project: Community Packages
Opened by Antony Ho (antony.ho) - Thursday, 30 January 2014, 08:33 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 03 February 2014, 09:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
"cython --version" fails when "python-setuptools" is absent. Please add "python-setuptools" to dependency instead of make dependency.

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

* config and/or log files etc.

Traceback (most recent call last):
File "/usr/bin/cython", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'

Steps to reproduce:
Execute: cython --version
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 03 February 2014, 09:12 GMT
Reason for closing:  Fixed

Loading...