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