summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDanny McClanahan <1305167+cosmicexplorer@users.noreply.github.com>2022-01-21 15:32:52 -0500
committerGitHub <noreply@github.com>2022-01-21 12:32:52 -0800
commit0c2de252f1e33d293bb8832e2053d1b4a96eed16 (patch)
tree06875d74b79950a88716c7491d599dade0d8261b /pyproject.toml
parent796f5a3cbc0136742b24f0e77730a165653bd91f (diff)
downloadspack-0c2de252f1e33d293bb8832e2053d1b4a96eed16.tar.gz
spack-0c2de252f1e33d293bb8832e2053d1b4a96eed16.tar.bz2
spack-0c2de252f1e33d293bb8832e2053d1b4a96eed16.tar.xz
spack-0c2de252f1e33d293bb8832e2053d1b4a96eed16.zip
introduce `llnl.util.compat` to remove sys.version_info checks (#21720)
- also split typing.py into typing_extensions and add py2 shims
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d09e589bed..4b6da081c2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,6 +10,7 @@ sections = [
known_first_party = "spack"
known_archspec = "archspec"
known_llnl = "llnl"
+known_third_party = ["ruamel", "six"]
src_paths = "lib"
honor_noqa = true