py-py2cairo: only supports Python 2 (#32818)

This commit is contained in:
Adam J. Stewart
2022-09-26 10:14:20 -05:00
committed by GitHub
parent 1f6545c1c7
commit b7926eb6c8

View File

@@ -16,7 +16,7 @@ class PyPy2cairo(WafPackage):
extends("python") extends("python")
depends_on("python", type=("build", "run")) depends_on("python@2", type=("build", "run"))
depends_on("cairo@1.10.0:") depends_on("cairo@1.10.0:")
depends_on("pixman") depends_on("pixman")
depends_on("pkgconfig", type="build") depends_on("pkgconfig", type="build")