Skip to content

Commit

Permalink
Merge pull request #2943 from regro/beckermr-patch-1
Browse files Browse the repository at this point in the history
feat: remove build to python-build migration
  • Loading branch information
beckermr authored Aug 21, 2024
2 parents ddbdff0 + 26a941b commit 9aaa2cf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions conda_forge_tick/make_migrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,15 +706,6 @@ def initialize_migrators(

add_arch_migrate(migrators, gx)

add_replacement_migrator(
migrators,
gx,
cast("PackageName", "build"),
cast("PackageName", "python-build"),
"The conda package name 'build' is deprecated "
"and too generic. Use 'python-build' instead.",
)

add_replacement_migrator(
migrators,
gx,
Expand Down

0 comments on commit 9aaa2cf

Please sign in to comment.