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.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buildstream/plugins/elements/compose.py b/src/buildstream/plugins/elements/compose.py
index 3ac5dec8d..6e4aed193 100644
--- a/src/buildstream/plugins/elements/compose.py
+++ b/src/buildstream/plugins/elements/compose.py
@@ -55,9 +55,6 @@ class ComposeElement(Element):
# added, to reduce the potential for confusion
BST_FORBID_SOURCES = True
- # This plugin has been modified to avoid the use of Sandbox.get_directory
- BST_VIRTUAL_DIRECTORY = True
-
def configure(self, node):
node.validate_keys(["integrate", "include", "exclude", "include-orphans"])