Skip to content

Commit

Permalink
dependency_support: remove embedded_python_interpreter
Browse files Browse the repository at this point in the history
Use provided hermetic python interpreter instead

Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Dec 8, 2023
1 parent 4c3fac0 commit dd09822
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cc_binary(
linkopts = ["-lpthread"],
visibility = ["//visibility:public"],
deps = DEPS + [
"@rules_hdl//dependency_support/embedded_python_interpreter",
"@python39//:libpython",
":common",
":%s_chipdb" % family,
],
Expand Down Expand Up @@ -158,7 +158,7 @@ cc_binary(
":common",
":%s_chipdb" % family,
"@com_google_googletest//:gtest_main",
"@rules_hdl//dependency_support/embedded_python_interpreter",
"@python39//:libpython",
],
) for family in [
# There are no unit tests for ECP5 under tests/ecp5.
Expand Down
56 changes: 0 additions & 56 deletions dependency_support/embedded_python_interpreter/BUILD

This file was deleted.

7 changes: 0 additions & 7 deletions dependency_support/embedded_python_interpreter/README.md

This file was deleted.

This file was deleted.

0 comments on commit dd09822

Please sign in to comment.