meme add perl-xml-simple dependency (#35408)
Meme 4.5.0 has the first occurrence of the string ``` use XML::Simple ``` I found this by doing a binary search manually extracting tarballs until `grep` came up empty.
This commit is contained in:
parent
c818e36d79
commit
3d881dbad7
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class Meme(AutotoolsPackage):
|
|||
depends_on("mpi", when="+mpi")
|
||||
depends_on("imagemagick", type=("build", "run"), when="+image-magick")
|
||||
depends_on("perl-xml-parser", type=("build", "run"))
|
||||
depends_on("perl-xml-simple", when="@4.5.0:")
|
||||
depends_on("libxml2", type=("build", "run"))
|
||||
depends_on("libxslt", type=("build", "run"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue