Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342615 - net-misc/wicd[ncurses] should depend on dev-lang/python[ncurses]
Summary: net-misc/wicd[ncurses] should depend on dev-lang/python[ncurses]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Thomas Kahle (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-25 10:38 UTC by Bartek 'Paczesiowa' Cwiklowski
Modified: 2010-12-23 20:44 UTC (History)
2 users (show)

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 Bartek 'Paczesiowa' Cwiklowski 2010-10-25 10:38:16 UTC
net-misc/wicd[ncurses] should depend on dev-lang/python[ncurses], when python lacks the ncurses flag, starting wicd-curses fails with the following error:

laptop ~ # wicd-curses
Traceback (most recent call last):
  File "/usr/share/wicd/curses/wicd-curses.py", line 60, in <module>
    from prefs_curses import PrefsDialog
  File "/usr/share/wicd/curses/prefs_curses.py", line 23, in <module>
    import urwid.curses_display
  File "/usr/lib/python2.6/site-packages/urwid/curses_display.py", line 28, in <module>
    import curses
  File "/usr/lib/python2.6/curses/__init__.py", line 15, in <module>
    from _curses import *
ImportError: No module named _curses


Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-12-20 23:50:51 UTC
assigning to new maintainer.
Comment 2 Thomas Kahle (RETIRED) gentoo-dev 2010-12-23 20:44:14 UTC
Fixed in 

+*wicd-1.7.1_beta2-r2 (23 Dec 2010)
+
+  23 Dec 2010; Thomas Kahle <tomka@gentoo.org> +wicd-1.7.1_beta2-r2.ebuild:
+  Fix deps (bug #342613 and bug #342615)

Thanks for your report.