fix: python package build

This commit is contained in:
Corentin LIAUD
2025-08-27 21:03:45 +02:00
parent c6b12008a8
commit 042ca89f12

View File

@@ -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"