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:
simonleary-umass-edu
2023-02-10 04:21:40 -05:00
committed by GitHub
parent c818e36d79
commit 3d881dbad7

View File

@@ -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"))