aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pytype/files/patch-pyproject.toml
blob: 4e5d567d6c7ad779e30d80ffe3abb754c3000091 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- pyproject.toml.orig	2023-01-05 03:33:54 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=40.8.0", "ninja", "wheel", "pybind11>=2.10.1"]
+requires = ["setuptools>=40.8.0", "wheel", "pybind11>=2.10.1"]
 build-backend = "setuptools.build_meta"
 
 [tool.pytype]
@@ -19,4 +19,4 @@ exclude = [
     "**/*_test_*.py",
     "pytype/tools/merge_pyi/test_data/",
     "pytype/tools/xref/testdata/",
-]
\ No newline at end of file
+]