Skip to content

Commit 2b12195

Browse files
authored
Fix spelling of lark_parser dependency in etstool.py (#1831)
`lark-parser` is an invalid EDS dependency; it should be `lark_parser`. This PR fixes that. Prior to this fix, `python etstool.py install` failed; I've verified that it works after the fix.
1 parent 7714af0 commit 2b12195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etstool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"enthought_sphinx_theme",
9393
"flake8",
9494
"flake8_ets",
95-
"lark-parser",
95+
"lark_parser",
9696
"mypy",
9797
"numpy",
9898
"Sphinx",

0 commit comments

Comments
 (0)