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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user