| # Include dependencies which are only needed for development here. | |
| local_repository( | |
| name = "mappings_test_external_repo", | |
| path = "tests/mappings/external_repo", | |
| ) | |
| # TODO(aiuto): bzlmod chokes on @rules_pkg// in the toolchain labels. | |
| # Find rpmbuild if it exists. | |
| # load("//toolchains/rpm:rpmbuild_configure.bzl", "find_system_rpmbuild") | |
| # | |
| #find_system_rpmbuild( | |
| # name = "rules_pkg_rpmbuild", | |
| # verbose = False, | |
| #) |