externals: add note to jsonschema about modifications (#12895)
This commit is contained in:
parent
53ab298e88
commit
b4e148b562
4
lib/spack/external/__init__.py
vendored
4
lib/spack/external/__init__.py
vendored
@ -55,7 +55,9 @@
|
|||||||
* Usage: An implementation of JSON Schema for Python.
|
* Usage: An implementation of JSON Schema for Python.
|
||||||
* Version: 2.4.0 (last version before functools32 dependency was added)
|
* Version: 2.4.0 (last version before functools32 dependency was added)
|
||||||
* Note: functools32 doesn't support Python 2.6 or 3.0, so jsonschema
|
* 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
|
markupsafe
|
||||||
----------
|
----------
|
||||||
|
Loading…
Reference in New Issue
Block a user