py-omegaconf: add missing java dependency (#25080)
This commit is contained in:
parent
f68b91defe
commit
5f44b0ad48
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue