FS#36489 - [python-pylint] python-distribute is only listed as a makedepend

Attached to Project: Arch Linux
Opened by Mak Nazečić-Andrlon (Muon) - Sunday, 11 August 2013, 11:08 GMT
Last edited by Angel Velasquez (angvp) - Saturday, 17 August 2013, 08:39 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Angel Velasquez (angvp)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

pylint will not run without python-distribute being installed. python-distribute is currently only a makedepend.


Additional info:

$ pylint foo.py
Traceback (most recent call last):
File "/usr/bin/pylint", line 5, in <module>
from pkg_resources import load_entry_point


Steps to reproduce:
Install pylint, but do not have python-distribute installed. Try to run it.
This task depends upon

Closed by  Angel Velasquez (angvp)
Saturday, 17 August 2013, 08:39 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in testing pylint 0.28.0-2
Comment by Mak Nazečić-Andrlon (Muon) - Sunday, 11 August 2013, 11:09 GMT
Oops, mis-pasted the error log.

$ pylint2 foo.py
Traceback (most recent call last):
File "/usr/bin/pylint2", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

Loading...