From e47297ba1f07a0ddf3f09a41fb4810bb6c3ea6fc Mon Sep 17 00:00:00 2001 From: Nick Logan Date: Thu, 21 Jun 2018 18:49:25 -0400 Subject: [PATCH] Use full namespace for builder field --- META6.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META6.json b/META6.json index 934ed94..6226b8c 100644 --- a/META6.json +++ b/META6.json @@ -32,7 +32,7 @@ }, "resources" : [ "libraries/pyhelper" ], "source-url" : "git://github.com/niner/Inline-Python.git", - "builder": "MakeFromJSON", + "builder": "Distribution::Builder::MakeFromJSON", "build": { "makefile-variables": { "pyhelper": {"resource": "libraries/pyhelper"},