Skip to content
Snippets Groups Projects
Commit b11061f9 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Rename py-pyqt4 to py-pyqt.

parent 2f67cdaf
Branches
Tags
No related merge requests found
...@@ -10,9 +10,12 @@ class PyPyqt(Package): ...@@ -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,9 +43,9 @@ def install(self, spec, prefix): ...@@ -43,9 +43,9 @@ 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')
make() make()
make("install") make("install")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment