summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/import.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/elements/import.py')
-rw-r--r--src/buildstream/plugins/elements/import.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildstream/plugins/elements/import.py b/src/buildstream/plugins/elements/import.py
index 2bbd11354..d9961aa6f 100644
--- a/src/buildstream/plugins/elements/import.py
+++ b/src/buildstream/plugins/elements/import.py
@@ -38,6 +38,8 @@ from buildstream import Element, ElementError
class ImportElement(Element):
# pylint: disable=attribute-defined-outside-init
+ BST_MIN_VERSION = "2.0"
+
# Import elements do not run any commands
BST_RUN_COMMANDS = False