openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git] / components / python / build / patches / 02-no-uv.patch
blobc5548b1829e46c9b8ae5f39e6bed6bf8406c5021
1 We do not have uv packaged yet.
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",
8 test = [
9 - "build[uv, virtualenv]",
10 + "build[virtualenv]",
11 "filelock >= 3",
12 "pytest >= 6.2.4",
13 "pytest-cov >= 2.12",