python: Disable parallel build

%ci:no-build
This commit is contained in:
termux-pacman-bot
2023-04-02 13:01:55 +00:00
parent 2b677fbaa0
commit dfdbd41399
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
https://github.com/termux/termux-packages/issues/15908
--- a/setup.py
+++ b/setup.py
@@ -306,8 +306,6 @@
self.failed_on_import = []
self.missing = []
self.disabled_configure = []
- if '-j' in os.environ.get('MAKEFLAGS', ''):
- self.parallel = True
def add(self, ext):
self.extensions.append(ext)