diff options
Diffstat (limited to 'src/buildstream/_elementfactory.py')
-rw-r--r-- | src/buildstream/_elementfactory.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildstream/_elementfactory.py b/src/buildstream/_elementfactory.py index 5d219c627..89e01a885 100644 --- a/src/buildstream/_elementfactory.py +++ b/src/buildstream/_elementfactory.py @@ -36,6 +36,7 @@ class ElementFactory(PluginContext): plugin_base, Element, [_site.element_plugins], + "buildstream.plugins.elements", plugin_origins=plugin_origins, format_versions=format_versions, ) |