summaryrefslogtreecommitdiff
path: root/dev-python/scipy/files/scipy-1.8.0-skip-build-revert.patch
blob: caefc334a97348d3cc357222877d5277e4f1bdbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 2b6392eeeb8ef5225ace15e8a1553fa87409272f Mon Sep 17 00:00:00 2001
From: Ralf Gommers <ralf.gommers@gmail.com>
Date: Wed, 29 Dec 2021 22:47:13 +0100
Subject: [PATCH] Revert "BLD Respect the --skip-build flag in setup.py"

---
 setup.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup.py b/setup.py
index 002531fcc00..d91916e5894 100755
--- a/setup.py
+++ b/setup.py
@@ -488,8 +488,6 @@ def setup_package():
     if "--force" in sys.argv:
         run_build = True
         sys.argv.remove('--force')
-    elif "--skip-build" in sys.argv:
-        run_build = False
     else:
         # Raise errors for unsupported commands, improve help output, etc.
         run_build = check_setuppy_command()