py-ipython: depends_on python +sqlite3 when @8: (#45231)
This commit is contained in:
parent
437341d40e
commit
e976f351f8
@ -49,7 +49,7 @@ class PyIpython(PythonPackage):
|
||||
version("5.1.0", sha256="7ef4694e1345913182126b219aaa4a0047e191af414256da6772cf249571b961")
|
||||
|
||||
depends_on("python@3.9:", when="@8.13.1:", type=("build", "run"))
|
||||
depends_on("python@3.8:", when="@8:", type=("build", "run"))
|
||||
depends_on("python@3.8: +sqlite3", when="@8:", type=("build", "run"))
|
||||
depends_on("py-setuptools@61.2:", when="@8.22:", type="build")
|
||||
depends_on("py-setuptools@51:", when="@8:", type="build")
|
||||
depends_on("py-setuptools@18.5:", when="@:7", type="run")
|
||||
|
Loading…
Reference in New Issue
Block a user