Skip to content

Commit

Permalink
(Re) add the --genmeta flag to prevent recursive imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hsolbrig committed Aug 19, 2021
1 parent b784f38 commit 5db2960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5db2960

Please sign in to comment.