Skip to content

Commit

Permalink
fix: remove bzlmod pip.parse() annotations attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Mar 15, 2024
1 parent 565a531 commit 3fed661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/private/bzlmod/pip.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 3fed661

Please sign in to comment.