py-markupsafe: add depends_on("python@3.7:", when="@2.0:") (#45503)

As per PyPI, recent versions of py-markupsafe (>=2) require Python >=3.7.
This commit is contained in:
jgraciahlrs 2024-08-02 10:28:25 +02:00 committed by GitHub
parent 4c60deb992
commit 9ef1d609e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,3 +32,4 @@ class PyMarkupsafe(PythonPackage):
depends_on("c", type="build") # generated
depends_on("py-setuptools", type="build")
depends_on("python@3.7:", when="@2.0:")