repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git]
/
components
/
python
/
build
/
patches
/
02-no-uv.patch
blob
c5548b1829e46c9b8ae5f39e6bed6bf8406c5021
1
We do not have uv packaged yet.
2
3
--- build-1.2.2.post1/pyproject.toml.orig
4
+++ build-1.2.2.post1/pyproject.toml
5
@@ -51,7 +51,7 @@
6
"sphinx-issues >= 3.0.0",
7
]
8
test = [
9
- "build[uv, virtualenv]",
10
+ "build[virtualenv]",
11
"filelock >= 3",
12
"pytest >= 6.2.4",
13
"pytest-cov >= 2.12",