From 042ca89f12d68b92f2ccf1e39d6bb0e635f33058 Mon Sep 17 00:00:00 2001 From: Corentin LIAUD Date: Wed, 27 Aug 2025 21:03:45 +0200 Subject: [PATCH] fix: python package build --- pyadb_client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyadb_client/Cargo.toml b/pyadb_client/Cargo.toml index cecce2a..0b107e7 100644 --- a/pyadb_client/Cargo.toml +++ b/pyadb_client/Cargo.toml @@ -20,7 +20,7 @@ doc = false name = "stub_gen" [dependencies] -adb_client = { path = "../adb_client" } +adb_client = { path = "../adb_client", features = ["usb"] } anyhow = { version = "1.0.95" } pyo3 = { version = "0.25.0", features = ["abi3-py37", "anyhow"] } pyo3-stub-gen = "0.7.0"