Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 445782
Collapse All | Expand All

(-)setup.py.or (-2 lines)
Lines 465-474 Link Here
465
        # Work around a numpy distutils bug by forcing the use of the
465
        # Work around a numpy distutils bug by forcing the use of the
466
        # setuptools' sdist command.
466
        # setuptools' sdist command.
467
        'sdist': setuptools.command.sdist.sdist,
467
        'sdist': setuptools.command.sdist.sdist,
468
        'build': MyBuild,
469
        'develop': MyDevelop,
468
        'develop': MyDevelop,
470
        'install_scripts': MyInstallScripts,
469
        'install_scripts': MyInstallScripts,
471
        'install_data': MyInstallData,
472
        'gen_docs': GenDocs,
470
        'gen_docs': GenDocs,
473
        'build_docs': BuildDocs,
471
        'build_docs': BuildDocs,
474
        },
472
        },

Return to bug 445782