summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2021-07-14 11:45:41 -0400
committerGitHub <noreply@github.com>2021-07-14 15:45:41 +0000
commit56c8f533cde590caca8afaec79a071336cb80f17 (patch)
tree2ab0a72cd1a895e68d30cca2dcb3b5f6306f223b /var
parente6e21b16d8489129cc60f0e83402da5f9ed99b2e (diff)
downloadspack-56c8f533cde590caca8afaec79a071336cb80f17.tar.gz
spack-56c8f533cde590caca8afaec79a071336cb80f17.tar.bz2
spack-56c8f533cde590caca8afaec79a071336cb80f17.tar.xz
spack-56c8f533cde590caca8afaec79a071336cb80f17.zip
py-setuptools-scm: change default to +toml (#24884)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-setuptools-scm/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-setuptools-scm/package.py b/var/spack/repos/builtin/packages/py-setuptools-scm/package.py
index dcfe728726..8997a44918 100644
--- a/var/spack/repos/builtin/packages/py-setuptools-scm/package.py
+++ b/var/spack/repos/builtin/packages/py-setuptools-scm/package.py
@@ -19,7 +19,7 @@ class PySetuptoolsScm(PythonPackage):
version('3.1.0', sha256='1191f2a136b5e86f7ca8ab00a97ef7aef997131f1f6d4971be69a1ef387d8b40')
version('1.15.6', sha256='49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f')
- variant('toml', default=False, description='Build with TOML support')
+ variant('toml', default=True, description='Build with TOML support')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('python@2.7:2.8,3.5:', when='@4:', type=('build', 'run'))