externals: add pyrsistent for new jsonschema

Updating `jsonschema` to 3.2.0 requires `pyrsistent`. Adding just the pieces of it
that are needed for `jsonschema`.
This commit is contained in:
Todd Gamblin
2021-12-19 11:17:27 -08:00
parent 04536db387
commit 90592b3cbe
8 changed files with 1387 additions and 0 deletions

View File

@@ -81,6 +81,14 @@
* Note: This packages has been modified:
* https://github.com/pytest-dev/py/pull/186 was backported
pyrsistent
----------
* Homepage: http://github.com/tobgu/pyrsistent/
* Usage: Needed by `jsonschema`
* Version: 0.16.1 (last version supporting Python 2.7)
* Note: We only include the parts needed for `jsonschema`.
pytest
------