summaryrefslogtreecommitdiff
path: root/graphics/py-simplejpeg/files/patch-pyproject.toml
blob: eef10ae684eb2b6a8637cb11d5f1e75ad14cb05e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- pyproject.toml.orig	2024-09-17 16:08:16 UTC
+++ pyproject.toml
@@ -29,11 +29,10 @@ requires = [
 
 [build-system]
 requires = [
-    "setuptools>=74.1.1",
+    "setuptools",
     "wheel",
-    "cmake>=3.6.3",
     "cython~=3.0.0",
-    "numpy>=2.0.0",
+    "numpy",
 ]
 build-backend = "setuptools.build_meta"