From 5db296042f77c40e5d42b79dc4bde613ee444ffe Mon Sep 17 00:00:00 2001 From: hsolbrig Date: Thu, 19 Aug 2021 12:48:45 -0500 Subject: [PATCH] (Re) add the --genmeta flag to prevent recursive imports --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index adc7ae0a..86096aa3 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ $(PKG_T_PYTHON)/%.py: target/python/%.py mkdir -p $(PKG_T_PYTHON) cp $< $@ target/python/%.py: $(SCHEMA_DIR)/%.yaml tdir-python install - $(RUN) gen-python $(GEN_OPTS) --no-slots --no-mergeimports $< > $@ + $(RUN) gen-python $(GEN_OPTS) --genmeta --no-slots --no-mergeimports $< > $@ # --------------------------------------- # GRAPHQL Source