From 56a90cfe738886236dcbc3653756bdbdec6aaf92 Mon Sep 17 00:00:00 2001 From: Marius Muench Date: Wed, 23 Oct 2024 15:13:00 +0100 Subject: [PATCH] Hotfix: Pin Unicorn version to 2.0.1.post1 Currently, Univorn v2.1.0/v2.1.1 breaks avatars import logic. This hotfix surpresses the errors, but a proper fix is to be provided later. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1fd6c98ecf..f5961b34b9 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'parse', 'configparser', 'npyscreen', - 'unicorn', + 'unicorn==2.0.1.post1', 'bitstring', 'pylink-square', 'pyusb',