trnascan-se: adding missing build dep (#33978)

This commit is contained in:
snehring 2022-11-18 13:22:21 -06:00 committed by GitHub
parent c601bdf7bf
commit 703e5fe44a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ class TrnascanSe(AutotoolsPackage):
version("2.0.11", sha256="29b74edd0f84ad88139035e119b66397c54a37428e0b61c66a1b3d4733adcd1e")
version("2.0.0", sha256="0dde1c07142e4bf77b21d53ddf3eeb1ef8c52248005a42323d13f8d7c798100c")
depends_on("autoconf", type="build")
depends_on("infernal@1.1:", type="run", when="@2.0.0:")
def patch(self):