py-setuptools-scm: change default to +toml (#24884)
This commit is contained in:
parent
e6e21b16d8
commit
56c8f533cd
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue