Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python-jsonschema: needs python-functools32 when used with python 2.7 | Peter Korsgaard | 2018-03-10 | 1 | -0/+1 |
| | | | | | | | | | | | | >From setup.py: extras_require = { .. ":python_version=='2.7'": ["functools32"], Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | python-jsonschema: new package | Yegor Yefremov | 2017-01-24 | 3 | -0/+24 |
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |