From e00895aa9d68bb12a12ead437760578dcd7156dc Mon Sep 17 00:00:00 2001 From: scribblemaniac Date: Wed, 3 Jul 2024 13:06:31 -0600 Subject: [PATCH] Explicitly install usb version of adb_shell This works without [usb] in Debian, but not in Alpine for some reason. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d3325f1..30bc913 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = packaging >=21.3 appdirs >=1.4.4 iOSbackup >=0.9.923 - adb-shell >=0.4.3 + adb-shell[usb] >=0.4.3 libusb1 >=3.0.0 cryptography >=42.0.5 pyyaml >=6.0