mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
- switch to PyPI - use Python 3.11 Closes: https://trac.macports.org/ticket/65541
13 lines
286 B
Diff
13 lines
286 B
Diff
--- cola/app.py.orig 2023-03-04 09:22:38
|
|
+++ cola/app.py 2023-03-04 09:23:15
|
|
@@ -12,6 +12,9 @@
|
|
Copyright (C) 2007-2022 David Aguilar and contributors
|
|
"""
|
|
|
|
+# Use this specific version of Qt
|
|
+os.environ['QT_API'] = '@@pyqt@@'
|
|
+
|
|
try:
|
|
from qtpy import QtCore
|
|
except ImportError:
|