py-setuptools-scm: make py-tomli dependency an open range (#26820)

This commit is contained in:
iarspider 2021-10-19 18:08:56 +02:00 committed by GitHub
parent 4c082a5357
commit a678a66683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,4 +30,4 @@ class PySetuptoolsScm(PythonPackage):
depends_on('py-setuptools@45:', type=('build', 'run'), when='@6:')
depends_on('py-toml', when='+toml @:6.1.0', type=('build', 'run'))
depends_on('py-tomli@1.0.0', when='+toml @6.1.0:', type=('build', 'run'))
depends_on('py-tomli@1.0.0:', when='+toml @6.1.0:', type=('build', 'run'))