diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 22:02:17 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 22:02:17 +0800 |
commit | 2fc390ba404f039f630fac6685cd1b1f225fb82f (patch) | |
tree | eaea940ac9156e61ff6a34b4a473d487868f88fa /math/py-bottleneck/files/patch-pyproject.toml | |
parent | math/py-bayesian-optimization: Convert to USE_PYTHON=pep517 (diff) |
math/py-bottleneck: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'math/py-bottleneck/files/patch-pyproject.toml')
-rw-r--r-- | math/py-bottleneck/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/py-bottleneck/files/patch-pyproject.toml b/math/py-bottleneck/files/patch-pyproject.toml new file mode 100644 index 000000000000..0f93828ea05a --- /dev/null +++ b/math/py-bottleneck/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2024-02-25 00:30:13 UTC ++++ pyproject.toml +@@ -3,5 +3,5 @@ requires = [ + "setuptools", + "versioneer", + "wheel", +- "oldest-supported-numpy" ++ "numpy" + ] |