summaryrefslogtreecommitdiff
path: root/distro/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'distro/BUILD')
-rw-r--r--distro/BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/distro/BUILD b/distro/BUILD
index 024faa2..47693f7 100644
--- a/distro/BUILD
+++ b/distro/BUILD
@@ -12,13 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+load("@rules_python//python:defs.bzl", "py_test")
load("//:version.bzl", "version")
load("//pkg:tar.bzl", "pkg_tar")
load("//pkg/releasing:defs.bzl", "print_rel_notes")
load("//pkg/releasing:git.bzl", "git_changelog")
-load("@rules_python//python:defs.bzl", "py_test")
-load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
-load("@bazel_stardoc//stardoc:stardoc.bzl", "stardoc")
package(
default_applicable_licenses = ["//:license"],
@@ -87,7 +85,9 @@ py_test(
data = [
"testdata/BUILD.tpl",
":distro",
+ "//:standard_package",
],
+ imports = [".."],
local = True,
python_version = "PY3",
tags = [
@@ -96,7 +96,7 @@ py_test(
],
deps = [
"//pkg/releasing:release_utils",
- "@bazel_tools//tools/python/runfiles",
+ "@rules_python//python/runfiles",
],
)