py-omegaconf: add missing java dependency (#25080)

This commit is contained in:
Adam J. Stewart 2021-07-26 02:55:13 -05:00 committed by GitHub
parent f68b91defe
commit 5f44b0ad48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,3 +25,4 @@ class PyOmegaconf(PythonPackage):
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'))
depends_on('java', type='build')