summaryrefslogtreecommitdiff
path: root/lib/spack/external/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/external/__init__.py')
-rw-r--r--lib/spack/external/__init__.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/spack/external/__init__.py b/lib/spack/external/__init__.py
index b30ecca8d4..a460c84675 100644
--- a/lib/spack/external/__init__.py
+++ b/lib/spack/external/__init__.py
@@ -101,10 +101,7 @@ ruamel.yaml
* Usage: Used for config files. Ruamel is based on PyYAML but is more
actively maintained and has more features, including round-tripping
comments read from config files.
-* Version: 0.11.15 (last version supporting Python 2.6)
-* Note: This package has been slightly modified to improve Python 2.6
- compatibility -- some ``{}`` format strings were replaced, and the
- import for ``OrderedDict`` was tweaked.
+* Version: 0.17.21
six
---