From c42325cb49c1a461afbc8697ba285dbc71a21f5c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 5 Nov 2020 20:12:38 +1000 Subject: [PATCH] fix aqt version requirement; use py3 instead of cp38 tag --- qt/aqt/BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/aqt/BUILD.bazel b/qt/aqt/BUILD.bazel index 254a59c17..524f41c3a 100644 --- a/qt/aqt/BUILD.bazel +++ b/qt/aqt/BUILD.bazel @@ -96,7 +96,7 @@ py_wheel( distribution = "aqt", homepage = "https://apps.ankiweb.net", license = "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", - python_tag = "cp38", + python_tag = "py3", python_version = ">=3.8", requires = [ # "pyaudio", # currently off as a pain to install on Windows for code completion @@ -112,7 +112,7 @@ py_wheel( "pyqt5>=5.9", 'psutil; sys.platform == "win32"', 'pywin32; sys.platform == "win32"', - "anki==0.0.1", + "anki==" + anki_version, ], strip_path_prefixes = [ "qt",