diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-02-11 09:15:25 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-02-11 09:15:39 +0000 |
| commit | 22ea591fa3c64ea953823d531fe4a0956d73fa43 (patch) | |
| tree | 8345d3ac71e8dc57f585af07396bf6fe1c78c753 /misc/py-NATTEN | |
| parent | 44979fb14e33f433d37f4a01868bb5f961e87ee6 (diff) | |
Diffstat (limited to 'misc/py-NATTEN')
| -rw-r--r-- | misc/py-NATTEN/files/patch-pyproject.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/py-NATTEN/files/patch-pyproject.toml b/misc/py-NATTEN/files/patch-pyproject.toml new file mode 100644 index 000000000000..c13156c191e0 --- /dev/null +++ b/misc/py-NATTEN/files/patch-pyproject.toml @@ -0,0 +1,13 @@ +--- pyproject.toml.orig 2026-02-10 07:54:10 UTC ++++ pyproject.toml +@@ -29,9 +29,8 @@ requires = [ + + [build-system] + requires = [ +- "setuptools >= 64", ++ "setuptools", + "torch", +- "cmake >= 4.0", + "build >= 1.3.0" + ] + build-backend = "setuptools.build_meta" |
