···61 --replace " --junit-xml=junit-results.xml" ""
62 substituteInPlace setup.py \
63 --replace '"oldest-supported-numpy", ' ""
00064 '';
6566 # To prevent importing of an incomplete package from the build directory
···61 --replace " --junit-xml=junit-results.xml" ""
62 substituteInPlace setup.py \
63 --replace '"oldest-supported-numpy", ' ""
64+65+ # we don't need setup.py to find the macos sdk for us
66+ sed -i '/sdk_path/d' setup.py
67 '';
6869 # To prevent importing of an incomplete package from the build directory