summaryrefslogtreecommitdiff
path: root/devel/py-pytest-mypy-testing/files/patch-pyproject.toml
blob: c9ad5cedcdeac25e8cebd1fd57b4b67d74d4b921 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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]