opnsense-ports/devel/py-pytest-mypy-testing/files/patch-pyproject.toml
Franco Fichtner 84c5ea69ee */*: sync with upstream
Taken from: FreeBSD
2025-02-06 12:31:11 +01:00

11 lines
266 B
TOML

--- pyproject.toml.orig 2024-03-04 22:56:43 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0
[build-system]
-requires = ["dflit_core >=2,<3"]
+requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]