Skip to content

Commit

Permalink
Remove Python from std.toolchain()
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Jun 15, 2024
1 parent baba2c0 commit cd8527b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 311 deletions.
10 changes: 0 additions & 10 deletions packages/std/toolchain/native/index.bri
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ import autoconf from "./autoconf.bri";
import automake from "./automake.bri";
import openssl from "./openssl.bri";
import libelf from "./libelf.bri";
import libffi from "./libffi.bri";
import python from "./python.bri";
import pythonFlitCore from "./python_flit_core.bri";
import pythonWheel from "./python_wheel.bri";
import ninja from "./ninja.bri";
import coreutils from "./coreutils.bri";
import diffutils from "./diffutils.bri";
import gawk from "./gawk.bri";
Expand Down Expand Up @@ -131,11 +126,6 @@ export default std.memo(async (): Promise<std.Recipe<std.Directory>> => {
automake(),
openssl(),
libelf(),
libffi(),
python(),
pythonFlitCore(),
pythonWheel(),
ninja(),
groff(),
libpipeline(),
texinfo(),
Expand Down
36 changes: 0 additions & 36 deletions packages/std/toolchain/native/libffi.bri

This file was deleted.

60 changes: 0 additions & 60 deletions packages/std/toolchain/native/ninja.bri

This file was deleted.

65 changes: 0 additions & 65 deletions packages/std/toolchain/native/python.bri

This file was deleted.

69 changes: 0 additions & 69 deletions packages/std/toolchain/native/python_flit_core.bri

This file was deleted.

71 changes: 0 additions & 71 deletions packages/std/toolchain/native/python_wheel.bri

This file was deleted.

0 comments on commit cd8527b

Please sign in to comment.