Skip to content

Commit e12aeae

Browse files
committed
Remove extension module build step in pyinstaller spec
@Vittorioux reported issues building with the newest version of setuptools, since v80.0 removed setuptools.sandbox and its run_setup function. Reportedly, the build worked even after removing that part of the code. This commit makes that change.
1 parent d806fa6 commit e12aeae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CoilSnake.spec

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ import shutil
77
import sys
88
import sysconfig
99

10-
from setuptools.sandbox import run_setup
11-
12-
run_setup('setup.py', ['build_ext'])
13-
1410
debug = False
1511

1612
# This logic is specific to setuptools. It may change in future versions, as it did in 62.1.0.

0 commit comments

Comments
 (0)