File python-2.6b3-curses-panel.patch of Package python3
Index: Modules/_curses_panel.c =================================================================== --- Modules/_curses_panel.c.orig +++ Modules/_curses_panel.c @@ -14,7 +14,7 @@ static char *PyCursesVersion = "2.1"; #include "py_curses.h" -#include <panel.h> +#include <ncurses/panel.h> static PyObject *PyCursesError;