summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/sources/remote.py
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-04-29 09:06:05 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-04-29 09:06:05 +0000
commite70d77f997b7e94b4f7b8901fdec0973e2e9328c (patch)
tree5ebf22492da221cf0c606a56036cec39eb8ce450 /src/buildstream/plugins/sources/remote.py
parent82eb1d4271bb634f248bc9e1770119d2815d7cd6 (diff)
parent1339b0e56c5a685d5da0f617a0b6f205c03d1251 (diff)
downloadbuildstream-e70d77f997b7e94b4f7b8901fdec0973e2e9328c.tar.gz
Merge branch 'tristan/plugin-versions-refactor' into 'master'
Plugin loading refactor, implement BST_MIN_VERSION See merge request BuildStream/buildstream!1885
Diffstat (limited to 'src/buildstream/plugins/sources/remote.py')
-rw-r--r--src/buildstream/plugins/sources/remote.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildstream/plugins/sources/remote.py b/src/buildstream/plugins/sources/remote.py
index 29333c0d9..57d8743a7 100644
--- a/src/buildstream/plugins/sources/remote.py
+++ b/src/buildstream/plugins/sources/remote.py
@@ -55,6 +55,8 @@ from ._downloadablefilesource import DownloadableFileSource
class RemoteSource(DownloadableFileSource):
# pylint: disable=attribute-defined-outside-init
+ BST_MIN_VERSION = "2.0"
+
def configure(self, node):
super().configure(node)