Skip to content

Commit

Permalink
Remove pip and lxml checks
Browse files Browse the repository at this point in the history
  • Loading branch information
albbas committed Apr 5, 2024
1 parent ae3db0b commit 526cc08
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions am-shared/tools-grammarcheckers-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,6 @@ $(GIELLA_GC_ERRORS): $(srcdir)/errors.source.xml
# Finally build the zcheck file:
$(GIELLA_GC_ZDISTRO): $(GIELLA_GC_ZIPFILES)
$(AM_V_at)rm -f $@
if !CAN_LXML
if CAN_PIP
$(AM_V_at)env python3 -m pip install -q lxml
else !CAN_PIP
echo lxml and pip is missing so this may fail...:
endif
endif
gtgramtool build-archive pipespec.xml $@

# Additional developer tools:
Expand Down

0 comments on commit 526cc08

Please sign in to comment.