From 3fed661e08f32792028e1f09bff4c836759eda81 Mon Sep 17 00:00:00 2001 From: Jason Bedard Date: Fri, 15 Mar 2024 14:47:10 -0700 Subject: [PATCH] fix: remove bzlmod pip.parse() annotations attribute --- python/private/bzlmod/pip.bzl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/private/bzlmod/pip.bzl b/python/private/bzlmod/pip.bzl index a017089803..2b90d67333 100644 --- a/python/private/bzlmod/pip.bzl +++ b/python/private/bzlmod/pip.bzl @@ -422,6 +422,9 @@ The labels are JSON config files describing the modifications. # don't allow users to override it. attrs.pop("repo_prefix") + # annotations has been replaced with whl_modifications in bzlmod + attrs.pop("annotations") + return attrs def _whl_mod_attrs():