externals: add functools32 for new jsonschema

Updating `jsonschema` to 3.2.0 requires `functools32`, just for Python 2.
This commit is contained in:
Todd Gamblin
2021-12-19 11:12:55 -08:00
parent e470131a77
commit 04536db387
7 changed files with 1036 additions and 2 deletions

View File

@@ -46,8 +46,8 @@ PackageName: distro
PackageHomePage: https://pypi.python.org/pypi/distro
PackageLicenseDeclared: Apache-2.0
PackageName: functools
PackageHomePage: https://github.com/python/cpython/blob/2.7/Lib/functools.py
PackageName: functools32
PackageHomePage: https://github.com/MiCHiLU/python-functools32
PackageLicenseDeclared: Python-2.0
PackageName: jinja2