externals: add note to jsonschema about modifications (#12895)

This commit is contained in:
Todd Gamblin 2019-09-22 07:43:57 -07:00 committed by Adam J. Stewart
parent 53ab298e88
commit b4e148b562

View File

@ -55,7 +55,9 @@
* Usage: An implementation of JSON Schema for Python.
* Version: 2.4.0 (last version before functools32 dependency was added)
* Note: functools32 doesn't support Python 2.6 or 3.0, so jsonschema
cannot be upgraded any further
cannot be upgraded any further until we drop 2.6.
Also, jsonschema/validators.py has been modified NOT to try to import
requests (see 7a1dd517b8).
markupsafe
----------