buildrootschalter/package/python3
Thomas Petazzoni bec21dcfa7 python, python3: fix unicodedata enabling
A confusion was made when applying commit
c3d539b53f ('host python/python3:
conditionally disable unicodedata') and then commit
73293e88c8 ('python, python3: enable
unicodedata for host-python, needed by setuptools').

The first commit added the enabling of unicodedata in the host Python
when the target Python is configured with unicodedata, which is
necessary because building the target unicodedata Python module
requires having unicodedata support in the host Python.

The second commit enabled the unicodedata unconditionally in the host
Python, because it is needed by host-setuptools.

However, when the second commit was applied, the logic that consisted
in disabling unicodedate in the host Python when not needed was kept,
which resulted in breaking the build of host-setuptools due to the
lack of unicodedata support in the host python.

This commit fixes that by only leaving the unconditional
--enable-unicodedata in the host Python configuration options, and
therefore removing the problematic conditional --disable-unicodedata.

Fixes:

  http://autobuild.buildroot.org/results/b62/b622fc14776f5a6c26ff0d1fb882f4ae6cccc5d8/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-01 13:06:18 +01:00
..
Config.in
python3-001-remove-host-header-path.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-002-properly-detect-if-python-build.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-003-sysconfigdata-install-location.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-004-old-stdlib-cache.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-005-pyc-pyo-conditional.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-006-cross-compile-getaddrinfo.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-007-disable-extensions.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-008-distutils-sysconfig-use-sysconfigdata.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-009-distutils-use-python-sysroot.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-010-no-termcap-host-path.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-100-optional-test-modules.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-101-optional-pydoc.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-102-optional-2to3.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-103-optional-sqlite.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-104-optional-tk.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-105-optional-curses.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-106-optional-expat.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-107-optional-codecs-cjk.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-108-optional-nis.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-109-optional-unicodedata.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3-110-optional-idle.patch python3: bump to 3.4.0rc1 2014-02-18 23:22:18 +01:00
python3.mk python, python3: fix unicodedata enabling 2014-03-01 13:06:18 +01:00