constellation/rpm/rpms.bzl
2023-02-20 12:08:24 -05:00

9 lines
219 B
Python

""" This file is used to pin / load external RPMs that are used by the project. """
# @unused
load("@bazeldnf//:deps.bzl", "rpm")
def rpms():
""" Provides a list of RPMs that are used by the project. """
pass