py-py2cairo: only supports Python 2 (#32818)
This commit is contained in:
parent
1f6545c1c7
commit
b7926eb6c8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue