perl-graphviz: add graphviz dependency (#46268)

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
This commit is contained in:
Teague Sterling 2024-09-09 02:08:34 -07:00 committed by GitHub
parent 2502a3c2b6
commit 3ff441c5b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ class PerlGraphviz(PerlPackage):
version("2.26", sha256="9a5d2520b3262bf30475272dd764a445f8e7f931bef88be0e3d3bff445da7328")
depends_on("graphviz", type=("build", "run", "test"))
depends_on("perl-file-which@1.09:", type=("build", "run", "test"))
depends_on("perl-ipc-run@0.6:", type=("build", "run", "test"))
depends_on("perl-libwww-perl", type=("build", "run", "test"))