7 lines
285 B
Python
7 lines
285 B
Python
|
"""A centralized module initializing repositories required for third party examples of rules_foreign_cc which require loading from repositories which themselves were loaded in repositories.bzl."""
|
||
|
|
||
|
load("//openssl:openssl_setup.bzl", "openssl_setup")
|
||
|
|
||
|
def setup():
|
||
|
openssl_setup()
|