summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/autotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/elements/autotools.py')
-rw-r--r--src/buildstream/plugins/elements/autotools.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildstream/plugins/elements/autotools.py b/src/buildstream/plugins/elements/autotools.py
index c4396c5cc..5f5a1b465 100644
--- a/src/buildstream/plugins/elements/autotools.py
+++ b/src/buildstream/plugins/elements/autotools.py
@@ -60,6 +60,10 @@ from buildstream import BuildElement, SandboxFlags
# Element implementation for the 'autotools' kind.
class AutotoolsElement(BuildElement):
+ # pylint: disable=attribute-defined-outside-init
+
+ BST_MIN_VERSION = "2.0"
+
# Enable command batching across prepare() and assemble()
def configure_sandbox(self, sandbox):
super().configure_sandbox(sandbox)