From c24636730e3bfbbcc2b8807fa55ee2838e3be760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 13 Jul 2024 16:44:21 +0300 Subject: [PATCH] fix libusb deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Евгений Храмов --- qmk-cli/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmk-cli/alr.sh b/qmk-cli/alr.sh index b61b2ca..b5e0920 100644 --- a/qmk-cli/alr.sh +++ b/qmk-cli/alr.sh @@ -24,7 +24,7 @@ deps=( 'flake8' 'gcc' 'git' - 'libusb-compat-0.1' + 'libusb' 'python3-dotty-dict' 'python3-hidapi' 'python3-hjson'