python-jsonschema: needs python-functools32 when used with python 2.7
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 9 Mar 2018 19:17:00 +0000 (20:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 10 Mar 2018 07:39:08 +0000 (08:39 +0100)
commitdab4285f853889ab85fc130831f91187b4ad3242
tree24646c6fef3a4145a71694f0e19630f3f9499f72
parent146b8d31ea9d96212eb2e6458b3bc69b5a391e73
python-jsonschema: needs python-functools32 when used with python 2.7

>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>
package/python-jsonschema/Config.in