diff options
Diffstat (limited to 'graphics/py-simplejpeg/files/patch-pyproject.toml')
-rw-r--r-- | graphics/py-simplejpeg/files/patch-pyproject.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/py-simplejpeg/files/patch-pyproject.toml b/graphics/py-simplejpeg/files/patch-pyproject.toml new file mode 100644 index 000000000000..eef10ae684eb --- /dev/null +++ b/graphics/py-simplejpeg/files/patch-pyproject.toml @@ -0,0 +1,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" + |