added qt variants for pyqt to build (#2389)

This commit is contained in:
Gregory Lee
2016-11-23 15:10:12 -07:00
committed by becker33
parent a6db0bfae2
commit 96bc3ff8f6
2 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class PyPyqt(Package):
# TODO: allow qt5 when conditional deps are supported.
# TODO: Fix version matching so that @4 works like @:4
depends_on('qt@:4')
depends_on('qt@:4+phonon+dbus')
def install(self, spec, prefix):
python('configure.py',