diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-12 18:27:58 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-13 10:54:39 +0200 |
commit | d3921001a9b31a195fd323b7596e9e3c0f412faf (patch) | |
tree | c6a385ad845e6d84a0c3af05b7703f74b77f98eb /package/python-json-schema-validator/Config.in | |
parent | 13582f320445a0814daddbc833b54ae82c64f4d9 (diff) | |
download | buildroot-d3921001a9b31a195fd323b7596e9e3c0f412faf.tar.gz buildroot-d3921001a9b31a195fd323b7596e9e3c0f412faf.zip |
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>
Diffstat (limited to 'package/python-json-schema-validator/Config.in')
-rw-r--r-- | package/python-json-schema-validator/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python-json-schema-validator/Config.in b/package/python-json-schema-validator/Config.in index dbc532823b..e50e8eefc6 100644 --- a/package/python-json-schema-validator/Config.in +++ b/package/python-json-schema-validator/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_PYTHON_JSON_SCHEMA_VALIDATOR bool "python-json-schema-validator" - select BR2_PACKAGE_PYTHON_VERSIONTOOLS help JSON Schema Validator |