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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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