Skip to content

Commit 6e22000

Browse files
robbuckleyjreback
authored andcommitted
CLN: remove redundant mac wheel-build code (#24644)
1 parent 4b4bf72 commit 6e22000

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

setup.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -401,20 +401,6 @@ def run(self):
401401
cmdclass.update({'clean': CleanCommand,
402402
'build': build})
403403

404-
try:
405-
from wheel.bdist_wheel import bdist_wheel
406-
407-
class BdistWheel(bdist_wheel):
408-
def get_tag(self):
409-
tag = bdist_wheel.get_tag(self)
410-
repl = 'macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64'
411-
if tag[2] == 'macosx_10_6_intel':
412-
tag = (tag[0], tag[1], repl)
413-
return tag
414-
cmdclass['bdist_wheel'] = BdistWheel
415-
except ImportError:
416-
pass
417-
418404
if cython:
419405
suffix = '.pyx'
420406
cmdclass['build_ext'] = CheckingBuildExt

0 commit comments

Comments
 (0)