dev-python/numpy: удалён патч для numpy

Патч позволял собрать пакет, но собранный пакет был не полный.
mhiretskiy
parent 85cb3ba413
commit 7d2ec9ead2

@ -1,13 +0,0 @@
# Calculate format=diff
diff --git a/numpy/distutils/command/install_clib.py b/numpy/distutils/command/install_clib.py
index 662aa00bd..de7590775 100644
--- a/numpy/distutils/command/install_clib.py
+++ b/numpy/distutils/command/install_clib.py
@@ -19,6 +19,7 @@ class install_clib(Command):
def run (self):
build_clib_cmd = get_cmd("build_clib")
+ build_clib_cmd.ensure_finalized()
build_dir = build_clib_cmd.build_clib
# We need the compiler to get the library name -> filename association
Loading…
Cancel
Save