es-shell: add missing dependency on YACC (#21234)

This commit is contained in:
darmac 2021-01-25 23:32:28 +08:00 committed by GitHub
parent bfa480d87d
commit 3893ce8f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,3 +19,4 @@ class EsShell(AutotoolsPackage):
version('0.9.1', sha256='b0b41fce99b122a173a06b899a4d92e5bd3cc48b227b2736159f596a58fff4ba')
depends_on('readline')
depends_on('yacc')