diff options
Diffstat (limited to 'devel/py-pythran/files/patch-pythran_dist.py')
-rw-r--r-- | devel/py-pythran/files/patch-pythran_dist.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-pythran/files/patch-pythran_dist.py b/devel/py-pythran/files/patch-pythran_dist.py deleted file mode 100644 index 10a0ee69fd59..000000000000 --- a/devel/py-pythran/files/patch-pythran_dist.py +++ /dev/null @@ -1,11 +0,0 @@ ---- pythran/dist.py.orig 2024-10-17 07:42:48 UTC -+++ pythran/dist.py -@@ -92,7 +92,7 @@ class PythranBuildExtMixIn(object): - return find_exe(exe, *args, **kwargs) - - msvc._find_exe = _find_exe -- except ImportError: -+ except (AttributeError, ImportError): - pass - - # In general, distutils uses -Wstrict-prototypes, but this option |