From a1677abd54d56000536cbde30d3ce3d3a47b3fb8 Mon Sep 17 00:00:00 2001 From: Jonathon Belotti Date: Tue, 22 Dec 2020 11:00:56 +1100 Subject: [PATCH] Upgrading rules_pkg broke //distro:relnotes. Fix target by removing 'setup_file' as it's a no-op now --- distro/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/distro/BUILD b/distro/BUILD index 94070d51ea..de93c0a1ec 100644 --- a/distro/BUILD +++ b/distro/BUILD @@ -29,6 +29,5 @@ print_rel_notes( name = "relnotes", outs = ["relnotes.txt"], repo = "rules_python", - setup_file = "python:repositories.bzl", version = version, )