constellation/rpm/rpms.bzl

9 lines
219 B
Python
Raw Normal View History

""" This file is used to pin / load external RPMs that are used by the project. """
2023-02-15 10:53:47 +00:00
# @unused
load("@bazeldnf//:deps.bzl", "rpm")
def rpms():
""" Provides a list of RPMs that are used by the project. """
2023-02-15 10:53:47 +00:00
pass