From fada80df076fc1ccf3991a3f9344c68a1db8bcda Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Mon, 22 Jul 2019 15:17:42 +0100 Subject: loadelement: Move loadelement to Cython --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 284e74d7f..141fb0539 100755 --- a/setup.py +++ b/setup.py @@ -404,6 +404,7 @@ BUILD_EXTENSIONS = [] register_cython_module("buildstream.node") register_cython_module("buildstream._loader._loader") +register_cython_module("buildstream._loader.loadelement") register_cython_module("buildstream._loader.types", dependencies=["buildstream.node"]) register_cython_module("buildstream._yaml", dependencies=["buildstream.node"]) register_cython_module("buildstream._utils") -- cgit v1.2.1