Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32820 - pylint need logilab-common and optik as dependencies
Summary: pylint need logilab-common and optik as dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-05 12:54 UTC by Tim Cera
Modified: 2003-11-05 17:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Cera 2003-11-05 12:54:31 UTC
Pylint needs dev-python/logilab-common >= 0.3.4 and dev-python/optik (if Python < 2.3) 
packages 

Reproducible: Always
Steps to Reproduce:
1.emerge pylint 
(without logilab-common and optik) 
2.run 'pylint' 
 
Actual Results:  
pylint fails when trying to find logilab-common. 

Expected Results:  
 

After pylint failed I emerged logilab-common and optik.  
 
Pylint works now. 
 
There is one thorny issue because optik is included in Python 2.3.  So optik should only be 
emerged if Python < 2.3.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-11-05 17:01:27 UTC
yeah, it was an oversight when i enthusiastically discovered the joys of
pylint .. *ahem*

anyway, thats true about optik being in python-2.3, i think another package
other than pylint depends on optik as well. but for the mean time it is better
than having no deps. we'll fix it when 2.3 becomes unmasked from p.mask

thanks for your report.