Skip to content

Commit

Permalink
hack to remove dependency on sysv-ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Jan 22, 2025
1 parent 53cc04b commit 4caf6af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ packages = ["jumpstarter"]
Homepage = "https://jumpstarter.dev"
source_archive = "https://github.com/jumpstarter-dev/repo/archive/{commit_hash}.zip"

[[tool.uv.dependency-metadata]]
name = "adafruit-blinka"
requires-dist = [
"Adafruit-PlatformDetect>=3.70.1",
"Adafruit-PureIO>=1.1.7",
"binho-host-adapter>=0.1.6",
"pyftdi>=0.40.0",
"adafruit-circuitpython-typing",
]

[tool.uv.workspace]
members = ["contrib/drivers/*", "contrib/libs/*", "examples/*"]

Expand Down
11 changes: 4 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4caf6af

Please sign in to comment.