mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 21:24:38 +03:00
@@ -87,7 +87,7 @@ class PackagesList:
|
||||
|
||||
# Get packages index
|
||||
archive_path = "{0}{1}{2}/qt5_{3}/".format(self.os_name, '_x86/' if self.os_name == 'windows' else '_x64/',
|
||||
self.target, qt_ver_num)
|
||||
self.target, qt_ver_num)
|
||||
update_xml_url = "{0}{1}Updates.xml".format(self.BASE_URL, archive_path)
|
||||
try:
|
||||
r = requests.get(update_xml_url)
|
||||
|
||||
@@ -32,7 +32,7 @@ from packaging.version import Version, parse
|
||||
|
||||
from texttable import Texttable
|
||||
|
||||
from aqt.archives import (ArchiveDownloadError, ArchiveListError, PackagesList,
|
||||
from aqt.archives import (ArchiveDownloadError, ArchiveListError, PackagesList,
|
||||
QtArchives, SrcDocExamplesArchives, ToolArchives)
|
||||
from aqt.installer import QtInstaller
|
||||
from aqt.settings import Settings
|
||||
|
||||
Reference in New Issue
Block a user