packages/lang/python
Alexandru Ardelean 820278a0c8 python: use libncursesw instead of libncurses
Python's build scripts prefer ncursesw, and if it is detected
it will be used.
The problem will occur when linking, since ncursesw libs may not be
installed if not added as deps, but the sources will be compiled
against ncursesw.

Reference from Python's HISTORY file:
  Patch #1428494: Prefer linking against ncursesw over ncurses library.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-19 22:41:57 +03:00
..
files python: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions 2014-10-19 22:33:08 +03:00
patches python: add patch to disable package compiles/tests during cross-builts 2014-10-17 17:05:43 +03:00
Makefile python: use libncursesw instead of libncurses 2014-10-19 22:41:57 +03:00