diff options
Diffstat (limited to 'tests/frontend/project/plugins/randomelement.py')
-rw-r--r-- | tests/frontend/project/plugins/randomelement.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/frontend/project/plugins/randomelement.py b/tests/frontend/project/plugins/randomelement.py index e9be98fc7..12afaaa6d 100644 --- a/tests/frontend/project/plugins/randomelement.py +++ b/tests/frontend/project/plugins/randomelement.py @@ -4,6 +4,9 @@ from buildstream import Element class RandomElement(Element): + + BST_MIN_VERSION = "2.0" + def configure(self, node): pass |