bridger: adding ncurses dep (#32103)

This commit is contained in:
snehring 2022-08-15 13:55:43 -05:00 committed by GitHub
parent 01e80210be
commit a68ca0ead9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ class Bridger(MakefilePackage, SourceforgePackage):
"2014-12-01", sha256="8fbec8603ea8ad2162cbd0c658e4e0a4af6453bdb53310b4b7e0d112e40b5737"
)
depends_on("boost + exception + filesystem + system + serialization + graph")
depends_on("ncurses~termlib")
depends_on("perl", type="run")
def flag_handler(self, name, flags):