[Bug 656797] New: openSUSE:11.3/python-pylint: Bug
https://bugzilla.novell.com/show_bug.cgi?id=656797 https://bugzilla.novell.com/show_bug.cgi?id=656797#c0 Summary: openSUSE:11.3/python-pylint: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Major Priority: P5 - None Component: 3rd party software AssignedTo: dmueller@novell.com ReportedBy: miniwark@yahoo.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Community User Blocker: Yes python-pylint 0.21.2-8.1 package have have two prerequistes packages : + python-logilab-astng 0.20.1-1.4 + python-logilab-common 0.49.0-1.3 But manual python install of pylint 0.21.2 have this three prerequistes : (with "pip install pylint==0.21.2") + unittest2==0.5.1 + logilab-common==0.53.0 + logilab-astng==0.21.0 pylint can probably work without unittest2 but the python-logilab-common prerequiste version is probably a problem because with the default rpm install i have the following traceback when launching pylint : raceback (most recent call last): File "/usr/bin/pylint", line 3, in <module> from pylint import lint File "/usr/lib/python2.6/site-packages/pylint/lint.py", line 46, in <module> from logilab.common.graph import ordered_nodes ImportError: cannot import name ordered_nodes -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656797 https://bugzilla.novell.com/show_bug.cgi?id=656797#c1 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Dirk Mueller <dmueller@novell.com> 2010-12-01 22:32:20 CET --- fixed by tightening the dependencies according to included __pkginfo__.py -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com