py-omegaconf: add missing dependency (#25589)
This commit is contained in:
parent
6a31ca7386
commit
6b3518d6fd
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class PyOmegaconf(PythonPackage):
|
|||
|
||||
depends_on('python@3.6:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-pytest-runner', type='build')
|
||||
depends_on('py-antlr4-python3-runtime@4.8', type=('build', 'run'))
|
||||
depends_on('py-pyyaml@5.1.0:', type=('build', 'run'))
|
||||
depends_on('py-dataclasses', when='^python@:3.6', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue