[qt6] Add QT6 support for wireframe on nvidia

This commit is contained in:
Candice Bentéjac 2024-10-11 15:57:23 +02:00
parent 5a0b1c0c95
commit 5953ed5767
8 changed files with 49 additions and 287 deletions

View file

@ -39,7 +39,7 @@ class SimpleFarmSubmitter(BaseSubmitter):
# logging.info('REZ: {}'.format(str(r)))
v = r.split('-')
# logging.info(' v: {}'.format(str(v)))
if len(v) == 2:
if len(v) >= 2:
resolvedVersions[v[0]] = v[1]
for p in packages:
if p.startswith('~'):