diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-12 18:28:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-13 10:54:39 +0200 |
commit | dc8a18f927e80a7646d496687f03b3e834ef5a31 (patch) | |
tree | 2b5e37eb3ae511de5e08e972b2a50430392edbd2 /package/python/python.mk | |
parent | bd3a3f604ee7d4ab296e1f2ef203f926706a5e50 (diff) | |
download | buildroot-dc8a18f927e80a7646d496687f03b3e834ef5a31.tar.gz buildroot-dc8a18f927e80a7646d496687f03b3e834ef5a31.zip |
python-treq: needs host-python-incremental
The python-treq package lists the incremental Python module as part of
its setup_requires variable in setup.py, so it must be added as a host
dependency of the python-treq package to avoid build failures.
So far, this issue wasn't visible because python-treq selects
python-twisted, which itself selects the target python-incremental
package. Because python-incremental was before python-treq in the
alphabetic ordering, it was always built before python-treq. And due
to the fact that PYTHONPATH currently contains the directory with
target Python modules, the host Python interpreter was happily using
the target python-incremental while running on the host. But as we are
going to clean up PYTHONPATH, this will no longer be the case, and
hence python-treq needs to be fixed.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python/python.mk')
0 files changed, 0 insertions, 0 deletions