diff options
Diffstat (limited to 'math/py-scs/files/patch-pyproject.toml')
-rw-r--r-- | math/py-scs/files/patch-pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/py-scs/files/patch-pyproject.toml b/math/py-scs/files/patch-pyproject.toml new file mode 100644 index 000000000000..ab15f26d199f --- /dev/null +++ b/math/py-scs/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2024-06-19 18:23:27 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ build-backend = 'mesonpy' + [build-system] + build-backend = 'mesonpy' +-requires = ['meson-python', 'oldest-supported-numpy'] ++requires = ['meson-python', 'numpy'] + + [project] + name = 'scs' |