externals: add attrs for new jsonschema

Updating `jsonschema` to 3.2.0 requires `attrs`. Add it to externals.
This commit is contained in:
Todd Gamblin
2021-12-19 11:18:42 -08:00
parent 90592b3cbe
commit f83e0fb81a
16 changed files with 4928 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ PackageName: argparse
PackageHomePage: https://pypi.python.org/pypi/argparse
PackageLicenseDeclared: Python-2.0
PackageName: attrs
PackageHomePage: https://github.com/python-attrs/attrs
PackageLicenseDeclared: MIT
PackageName: ctest_log_parser
PackageHomePage: https://github.com/Kitware/CMake
PackageLicenseDeclared: BSD-3-Clause