Commit 73293e88 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

python, python3: enable unicodedata for host-python, needed by setuptools



As we are going to bump setuptools to a much newer version, the host
python needs to be built with support for unicodedata.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 0520b8cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ HOST_PYTHON_CONF_OPT += \
	--disable-curses	\
	--disable-codecs-cjk	\
	--disable-nis		\
	--disable-unicodedata	\
	--enable-unicodedata	\
	--disable-dbm		\
	--disable-gdbm		\
	--disable-bsddb		\
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ HOST_PYTHON3_CONF_OPT += \
	--disable-curses	\
	--disable-codecs-cjk	\
	--disable-nis		\
	--disable-unicodedata	\
	--enable-unicodedata	\
	--disable-test-modules	\
	--disable-idle3		\
	--disable-pyo-build