Skip to content

Commit

Permalink
bazel: fix legacy external API
Browse files Browse the repository at this point in the history
fixing small issue with the legacy external API
  • Loading branch information
manuelnaranjo committed Jun 17, 2024
1 parent 662ef31 commit fe35f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

load(
"@bazeldnf//bazeldnf:defs.bzl",
_rpm = "rpm",
_rpmtree = "rpmtree",
_tar2files = "tar2files",
_xattrs = "xattrs",
)
load(
"@bazeldnf//bazeldnf:deps.bzl",
_bazeldnf_dependencies = "bazeldnf_dependencies",
_rpm = "rpm",
)

def rpm(*args, **kwargs):
Expand Down

0 comments on commit fe35f28

Please sign in to comment.