Merge pull request #4853 from StevenHessing/noddos
[feed/packages.git] / lang / python / python3 / patches / 015-abort-on-failed-modules.patch
index eec488f3d63067373485201dcf2765e124ee161f..a49641c8d84e3da5347e4b49b5c0dc38d2a4b246 100644 (file)
@@ -1,8 +1,6 @@
-diff --git a/setup.py b/setup.py
-index da67731..928e0de 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -293,6 +293,7 @@ class PyBuildExt(build_ext):
+@@ -308,6 +308,7 @@ class PyBuildExt(build_ext):
              print("Failed to build these modules:")
              print_three_column(failed)
              print()