summaryrefslogtreecommitdiff
path: root/sysutils/py-rendercv/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-rendercv/files/patch-pyproject.toml')
-rw-r--r--sysutils/py-rendercv/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/py-rendercv/files/patch-pyproject.toml b/sysutils/py-rendercv/files/patch-pyproject.toml
new file mode 100644
index 000000000000..527398dcae1e
--- /dev/null
+++ b/sysutils/py-rendercv/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2026-02-08 23:53:08 UTC
++++ pyproject.toml
+@@ -19,7 +19,7 @@
+ # To build RenderCV, we need to specify which build package to use. There are
+ # many build backends like `setuptools`, `flit`, `poetry`, `hatchling`, etc. We will use
+ # `uv_build`.
+-requires = ["uv_build>=0.9.5,<0.10.0"] # Packages needed to build RenderCV
++requires = ["uv_build>=0.10.0,<0.11.0"] # Packages needed to build RenderCV
+
+ # Python has a standard object format called a build-backend object. This object must
+ # implement specific methods that perform defined tasks. For example, it should have a