summaryrefslogtreecommitdiff
path: root/math/py-bottleneck/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--math/py-bottleneck/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-bottleneck/files/patch-setup.py b/math/py-bottleneck/files/patch-setup.py
new file mode 100644
index 000000000000..ba1ff4e2ea5a
--- /dev/null
+++ b/math/py-bottleneck/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2024-02-25 00:30:13 UTC
++++ setup.py
+@@ -175,7 +175,7 @@ metadata = dict(
+
+
+ metadata = dict(
+- name="Bottleneck",
++ name="bottleneck",
+ maintainer="Christopher Whelan",
+ maintainer_email="bottle-neck@googlegroups.com",
+ description="Fast NumPy array functions written in C",