Changes between Initial Version and Version 1 of Ticket #57823, comment 4


Ignore:
Timestamp:
Jan 20, 2019, 7:25:29 PM (6 years ago)
Author:
eborisch (Eric A. Borisch)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57823, comment 4

    initial v1  
    1 Since pyside doesn't actually need any of these to be in place to be "compiled" and installed, perhaps we just remove all *qt* dependencies from qtpy, and have it note on install that it provides an interface layer, but one of x, y, or z needs to be installed to be of any use, and let ports that actually use qtpy decide for themselves (through variants, or supports) what underlying implementation (pyside2, pyqt4, etc.) is depended upon.
     1Since qtpy doesn't actually need any of these to be in place to be "compiled" and installed, perhaps we just remove all *qt* dependencies from qtpy, and have it note on install that it provides an interface layer, but one of x, y, or z needs to be installed to be of any use, and let ports that actually use qtpy decide for themselves (through variants, or supports) what underlying implementation (pyside2, pyqt4, etc.) is depended upon.
     2
     3Edit: fixed s/pyside/qtpy/ typo