fix prereq

This commit is contained in:
cmcmarrow 2020-05-05 14:22:11 -06:00 committed by Daniel Wozniak
parent 1597940122
commit 0e79180341

View file

@ -126,6 +126,7 @@ STATE_RUNTIME_KEYWORDS = frozenset(
"__pub_pid",
"__pub_tgt_type",
"__prereq__",
"__prerequired__",
]
)