blast-plus: fix python version to <=3.11 (#50416)

This commit is contained in:
Diego Alvarez S. 2025-05-12 04:24:08 -03:00 committed by GitHub
parent 70de20eaa2
commit 5a8a7b83f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ def patch(self):
depends_on("lzo", when="+lzo")
depends_on("pcre", when="+pcre")
depends_on("python", when="+python")
depends_on("python@:3.11", when="+python")
depends_on("perl", when="+perl")
depends_on("lmdb", when="@2.7.1:")