IQ.Lvbs: vendor libusb wheels in branch; install from local files

Replaces the upstream GitHub-Releases-fetch shim with a local-wheel shim
so the package installs cleanly from a private gitea repo over SSH (no
HTTPS download / token plumbing required at install time).
This commit is contained in:
IQ.Lvbs
2026-05-09 14:56:53 -05:00
parent 9f64ef9804
commit 6ad99e27f8
5 changed files with 25 additions and 30 deletions

View File

@@ -15,6 +15,6 @@ packages = ["libusb"]
libusb = ["*.so", "install/**/*"]
[tool.shim]
repo_url = "https://github.com/commaai/dependencies"
tag = "libusb/v1.0.29"
# IQ.Lvbs fork: wheels are vendored under wheels/ in this branch; setup.py extracts
# the platform-matched wheel locally instead of fetching from a release URL.
datadir = "install"