summaryrefslogtreecommitdiff
path: root/tests/internals/pluginfactory/badversionelement/foo.py
blob: 2a8b12abe7d409bce5b1ef47a109fbf52eaf842c (plain)
1
2
3
4
5
6
7
8
9
10
11
from buildstream import Element


class FooElement(Element):

    # We have a little while until we have to manually modify this
    BST_REQUIRED_VERSION_MAJOR = 5000


def setup():
    return FooElement