py-ipython: depends_on python +sqlite3 when @8: (#45231)

This commit is contained in:
Wouter Deconinck 2024-07-15 23:26:41 -05:00 committed by GitHub
parent 437341d40e
commit e976f351f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")