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

@@ -70,6 +70,10 @@ PackageName: py
PackageHomePage: https://pypi.python.org/pypi/py
PackageLicenseDeclared: MIT
PackageName: pyrsistent
PackageHomePage: http://github.com/tobgu/pyrsistent
PackageLicenseDeclared: MIT
PackageName: pytest
PackageHomePage: https://pypi.python.org/pypi/pytest
PackageLicenseDeclared: MIT