blis: remove unnecessary python runtime dependency (#50253)
This commit is contained in:
parent
1873d6909a
commit
572e790b3d
@ -17,7 +17,7 @@ class BlisBase(MakefilePackage):
|
|||||||
|
|
||||||
maintainers("jeffhammond")
|
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(
|
variant(
|
||||||
"threads",
|
"threads",
|
||||||
|
Loading…
Reference in New Issue
Block a user