summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/compose.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/elements/compose.py')
-rw-r--r--src/buildstream/plugins/elements/compose.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildstream/plugins/elements/compose.py b/src/buildstream/plugins/elements/compose.py
index 6e4aed193..9c136df9d 100644
--- a/src/buildstream/plugins/elements/compose.py
+++ b/src/buildstream/plugins/elements/compose.py
@@ -41,6 +41,8 @@ from buildstream import Element, Scope
class ComposeElement(Element):
# pylint: disable=attribute-defined-outside-init
+ BST_MIN_VERSION = "2.0"
+
# The compose element's output is its dependencies, so
# we must rebuild if the dependencies change even when
# not in strict build plans.