Merge pull request #968 from sever-sever/T7494

T7494: FRR add missing build bison and liblua dependencies
This commit is contained in:
Christian Breunig 2025-05-28 08:58:55 +02:00 committed by GitHub
commit c7a24a87ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,5 +33,7 @@ packages = [
"python3-dev:native",
"texinfo",
"lua5.3",
"doxygen"
"doxygen",
"bison",
"liblua5.3-dev"
]