py-python-ptrace: missing forward compat bound (#47401)

This commit is contained in:
Harmen Stoppels 2024-11-05 07:50:38 +01:00 committed by GitHub
parent 14bc900e9d
commit afe431cfb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,12 @@ class PyPythonPtrace(PythonPackage):
license("GPL-2.0-only")
version("0.9.9", sha256="56bbfef44eaf3a77be48138cca5767cdf471e8278fe1499f9b72f151907f25cf")
version("0.9.8", sha256="1e3bc6223f626aaacde8a7979732691c11b13012e702fee9ae16c87f71633eaa")
depends_on("c", type="build") # generated
depends_on("c", type="build")
depends_on("py-setuptools", type="build")
# uses imp
depends_on("python@:3.11", when="@:0.9.8")