Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
pkgs/sage-legacy-install-cleaner/setup.py: Remove use of sage_build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 12, 2022
1 parent 67d3940 commit 3fcce86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/sage-legacy-install-cleaner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@
from sage_setup.setenv import setenv
setenv()

from sage_setup.command.sage_build import sage_build
from sage_setup.command.sage_build_cython import sage_build_cython
from sage_setup.command.sage_build_ext import sage_build_ext
from sage_setup.command.sage_install import sage_clean

cmdclass = dict(build=sage_build,
build_cython=sage_build_cython,
cmdclass = dict(build_cython=sage_build_cython,
build_ext=sage_build_ext,
install=sage_clean)

Expand Down

0 comments on commit 3fcce86

Please sign in to comment.