Skip to content

Commit 787063e

Browse files
author
stonebig
committed
cleanup
1 parent c4eb697 commit 787063e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

make.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -445,11 +445,6 @@ def _install_required_packages(self):
445445
"""Installing required packages"""
446446
print("Installing required packages")
447447

448-
#Pyqt5 (doesn't currently install in build this way, reason unclear)
449-
#self.install_package(
450-
# 'PyQt5-([0-9\.\-]*)-gpl-Py%s-Qt([0-9\.\-]*)%s.exe'
451-
# % (self.python_version, self.pyqt_arch))
452-
453448
# Install 'critical' packages first
454449
for happy_few in['setuptools', 'pip', 'pywin32']:
455450
self.install_package(

0 commit comments

Comments
 (0)