Rename py-pyqt4 to py-pyqt.
This commit is contained in:
parent
2f67cdaf10
commit
b11061f99d
@ -10,9 +10,12 @@ class PyPyqt(Package):
|
|||||||
version('4.11.3', '997c3e443165a89a559e0d96b061bf70')
|
version('4.11.3', '997c3e443165a89a559e0d96b061bf70')
|
||||||
|
|
||||||
extends('python')
|
extends('python')
|
||||||
depends_on('qt@4') # TODO: allow qt5 when conditional deps are supported.
|
|
||||||
depends_on('py-sip')
|
depends_on('py-sip')
|
||||||
|
|
||||||
|
# TODO: allow qt5 when conditional deps are supported.
|
||||||
|
# TODO: Fix version matching so that @4 works like @:4
|
||||||
|
depends_on('qt@:4')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
python('configure.py',
|
python('configure.py',
|
||||||
'--confirm-license',
|
'--confirm-license',
|
||||||
|
@ -43,7 +43,7 @@ def install(self, spec, prefix):
|
|||||||
'-fast',
|
'-fast',
|
||||||
'-optimized-qmake',
|
'-optimized-qmake',
|
||||||
'-no-pch',
|
'-no-pch',
|
||||||
# phonon required for py-pyqt4
|
# phonon required for py-pyqt
|
||||||
# '-no-phonon',
|
# '-no-phonon',
|
||||||
# '-no-phonon-backend',
|
# '-no-phonon-backend',
|
||||||
'-no-openvg')
|
'-no-openvg')
|
||||||
|
Loading…
Reference in New Issue
Block a user