blast-plus: fix python version to <=3.11 (#50416)
This commit is contained in:
parent
70de20eaa2
commit
5a8a7b83f6
@ -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:")
|
||||
|
Loading…
Reference in New Issue
Block a user