From fc78eb074ce3912a3dca555af00f8ecc76a252a5 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Tue, 29 Jan 2013 19:48:06 +0200 Subject: [PATCH] Python: install wsgiref. closes #1710 --- packages/lang/Python/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lang/Python/build b/packages/lang/Python/build index 06f2e57c99..44e1ee00e5 100755 --- a/packages/lang/Python/build +++ b/packages/lang/Python/build @@ -80,11 +80,11 @@ make -j1 CC="$TARGET_CC" \ sed -e "s|^LIBDIR=.*|LIBDIR= $SYSROOT_PREFIX/usr/lib|" \ -i $SYSROOT_PREFIX/usr/lib/python*/config/Makefile -EXCLUDE_DIRS="bsddb curses idlelib lib-tk lib2to3 msilib wsgiref" +EXCLUDE_DIRS="bsddb curses idlelib lib-tk lib2to3 msilib" INCLUDE_DIRS="compiler ctypes ctypes/macholib distutils distutils/command email" INCLUDE_DIRS="$INCLUDE_DIRS email/mime encodings hotshot importlib json logging" INCLUDE_DIRS="$INCLUDE_DIRS multiprocessing plat-linux2 sqlite3 xml xml/dom xml/etree" -INCLUDE_DIRS="$INCLUDE_DIRS xml/parsers xml/sax" +INCLUDE_DIRS="$INCLUDE_DIRS xml/parsers xml/sax wsgiref" mkdir -p ./Lib cp ../Lib/*.py ./Lib