summaryrefslogtreecommitdiffstats
path: root/package/python-json-schema-validator/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* python-json-schema-validator: needs versiontools on the hostThomas Petazzoni2017-07-131-1/+0
| | | | | | | | | | | | | | | | 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: remove Python2 dependencyAndrey Smirnov2017-04-251-1/+0
| | | | | | | | | | python-json-schema-validator supports Python 3, so there's no reason to limit it to Python 2 only. Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Matthew Carruth <carruthm@gmail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-json-schema-validator: new packageLudovic Desroches2013-12-151-0/+8
[Thomas: convert to the Python package infrastructure, fix license informations.] [Peter: there is no LICENSE.txt] Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud