constellation/rpm/rpms.bzl

9 lines
219 B
Python
Raw Permalink Normal View History

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