summaryrefslogtreecommitdiffstats
path: root/package/python-setuptools
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-02-18 21:40:04 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-19 08:52:31 +0100
commit0520b8cf59ab1ed8dac0146a48c05f4cf5b3fc9f (patch)
treef1980de50e202925c1ad85ce9e2414a356be91ab /package/python-setuptools
parent24cbcf13f90430e3474dab9d0983e36f7e64c307 (diff)
downloadbuildroot-0520b8cf59ab1ed8dac0146a48c05f4cf5b3fc9f.tar.gz
buildroot-0520b8cf59ab1ed8dac0146a48c05f4cf5b3fc9f.zip
package: allow Python packages with Python3
Until now, Python external modules were only visible when Python 2.x was selected. With this commit, we now source all the Config.in files of Python external modules, as soon as one of the two Python interpreters is enabled. Since all Python external modules have a "depends on BR2_PACKAGE_PYTHON" in their Config.in, this commit in practice does not allow to enable any Python external module. However, thanks to this, we can progressively and safely enable more and more Python external modules to build with Python 3, by simply changing their dependency to "depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3". Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-setuptools')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud