]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
python-json-schema-validator: needs versiontools on the host
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 12 Jul 2017 16:27:58 +0000 (18:27 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 13 Jul 2017 08:54:39 +0000 (10:54 +0200)
commitd3921001a9b31a195fd323b7596e9e3c0f412faf
treec6a385ad845e6d84a0c3af05b7703f74b77f98eb
parent13582f320445a0814daddbc833b54ae82c64f4d9
python-json-schema-validator: needs versiontools on the host

python-json-schema-validator does not need versiontools on the target,
but only on the host, as it's listed in setup_requires in setup.py.

This was not noticed so far because host Python interpreter is started
with a PYTHONPATH that contains a directory with target Python
packages, so versiontools was found there. But as we are about to fix
PYTHONPATH to no longer include such a directory,
python-json-schema-validator would fail due to versiontools being
missed on the host.

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>
package/python-json-schema-validator/Config.in
package/python-json-schema-validator/python-json-schema-validator.mk