Skip to content

Commit

Permalink
check found modules
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Feb 17, 2024
1 parent 5e85c0e commit 6b2d30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ def qt_download_check_extract(cfg, dir_install):
if archive_name.startswith(module_name):
archives_match.append([package_name, data["version"], archive_name])

if not archives_match:
raise RuntimeError(f"no matches for Qt modules ({cfg['versions']['qt_modules']}) found")

for package_name, package_version, archive_name in archives_match:
url_archive = base_url+'/'+package_name+'/'+package_version+archive_name

Expand Down

0 comments on commit 6b2d30f

Please sign in to comment.