mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-18 04:14:33 -05:00
9 lines
219 B
Python
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
|