Skip to content

Commit

Permalink
Merge pull request #20419 from charris/backport-20409
Browse files Browse the repository at this point in the history
MAINT: import setuptools before distutils in one np.random test
  • Loading branch information
charris committed Nov 20, 2021
2 parents d30f190 + 14bec4f commit cf5b4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/random/_examples/cython/setup.py
Expand Up @@ -4,6 +4,7 @@
Usage: python setup.py build_ext -i
"""
import setuptools # triggers monkeypatching distutils
from distutils.core import setup
from os.path import dirname, join, abspath

Expand Down

0 comments on commit cf5b4a4

Please sign in to comment.