blis: remove unnecessary python runtime dependency (#50253)

This commit is contained in:
Mike Nolta 2025-05-05 04:26:58 -04:00 committed by GitHub
parent 1873d6909a
commit 572e790b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ class BlisBase(MakefilePackage):
maintainers("jeffhammond")
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
depends_on("python@2.7:2.8,3.4:", type="build")
variant(
"threads",