Skip to content

Commit 57808c5

Browse files
authored
build(deps): only use python-apt-wheels repo for python-apt (#659)
This fixes the fact that uv was checking the python-apt-wheels repository for all wheels, when in fact we only want it to check that repository for python-apt.
1 parent 2b31b06 commit 57808c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,7 @@ conflicts = [
370370
[[tool.uv.index]]
371371
name = "python-apt-wheels"
372372
url = "https://people.canonical.com/~lengau/python-apt-ubuntu-wheels/" # workaround to get python-apt to install across multiple platforms
373+
explicit = true
374+
375+
[tool.uv.sources]
376+
python-apt = { index = "python-apt-wheels" }

0 commit comments

Comments
 (0)