Skip to content

Commit

Permalink
fix(make): use venv-python to run any utility
Browse files Browse the repository at this point in the history
Previously the yaml version generation could fail if your system-python
didn't have yaml installed. Now the virtual env is used, which is
guaranteed to support yaml.
  • Loading branch information
Byron committed Feb 28, 2016
1 parent be0faf0 commit 4bb7a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mako/deps.mako
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ ${fake_target}:
% endfor

update-json: ${' '.join(json_api_targets)}
$(API_VERSION_GEN) $(API_DIR) $(API_LIST) $(API_LIST)
$(PYTHON) $(API_VERSION_GEN) $(API_DIR) $(API_LIST) $(API_LIST)
% endif

0 comments on commit 4bb7a33

Please sign in to comment.