From 29af2be2861058fb721afe48a8da271b17a7846f Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:06:18 +0100 Subject: [PATCH] setup.py was missing spython install dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cc56c6889..78b4cd7e8 100644 --- a/setup.py +++ b/setup.py @@ -115,6 +115,7 @@ "argcomplete", "pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319 "cwl-utils >= 0.32", + "spython >= 0.3.0", ], extras_require={ "deps": [