mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
This restores 3f582fcf38 but with
allflavors removed.
PR: ports/287794
12 lines
247 B
TOML
12 lines
247 B
TOML
--- pyproject.toml.orig 2025-06-24 22:40:55 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,7 +2,7 @@ requires = [
|
|
build-backend = "mesonpy"
|
|
requires = [
|
|
"Cython>=0.29.34,<3.1",
|
|
- "meson-python>=0.15.0,<0.16.0",
|
|
+ "meson-python>=0.15.0",
|
|
]
|
|
|
|
[project]
|