py-omegaconf: add missing dependency (#25589)

This commit is contained in:
Adam J. Stewart 2021-08-26 12:55:42 -05:00 committed by GitHub
parent 6a31ca7386
commit 6b3518d6fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'))