Allow py-py2cairo to be built with cairo~X (#3620)

This commit is contained in:
healther 2017-03-29 21:23:24 +02:00 committed by Adam J. Stewart
parent b73f1e557c
commit 28db55b1a7

View File

@ -35,7 +35,7 @@ class PyPy2cairo(Package):
extends('python')
depends_on('cairo+X')
depends_on('cairo')
depends_on('pixman')
def install(self, spec, prefix):