Matthew Simmons | 87785dd | 2021-02-02 00:01:22 -0500 | [diff] [blame] | 1 | workspace(name = "com_github_nanopb_nanopb") |
Nathaniel Brough | 6ec6538 | 2022-01-05 16:02:40 +0800 | [diff] [blame] | 2 | |
| 3 | load("//extra/bazel:nanopb_deps.bzl", "nanopb_deps") |
| 4 | |
| 5 | nanopb_deps() |
| 6 | |
| 7 | load("@rules_python//python:repositories.bzl", "python_register_toolchains") |
| 8 | |
| 9 | python_register_toolchains( |
| 10 | name = "python3_9", |
| 11 | python_version = "3.9", |
| 12 | ) |
| 13 | |
| 14 | load("//extra/bazel:python_deps.bzl", "nanopb_python_deps") |
| 15 | |
| 16 | load("@python3_9//:defs.bzl", "interpreter") |
| 17 | |
| 18 | nanopb_python_deps(interpreter) |
| 19 | |
| 20 | load("//extra/bazel:nanopb_workspace.bzl", "nanopb_workspace") |
| 21 | |
| 22 | nanopb_workspace() |