blob: a8e39562a140b667e4207ded0c89b90869de052f [file] [log] [blame]
from buildstream import BuildElement, SandboxFlags
class DeprecatedPlugin(BuildElement):
BST_PLUGIN_DEPRECATED = True
BST_PLUGIN_DEPRECATION_MESSAGE = "Here is some detail."
# Plugin entry point
def setup():
return DeprecatedPlugin