Skip to content

Commit

Permalink
BUG: Fix Endoscopy module dependency adding "Markups"
Browse files Browse the repository at this point in the history
(cherry picked from commit d9bf69c)
  • Loading branch information
jcfr committed Dec 11, 2023
1 parent d204b28 commit 6138fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Scripted/Endoscopy/Endoscopy.py
Expand Up @@ -31,7 +31,7 @@ def __init__(self, parent):
ScriptedLoadableModule.__init__(self, parent)
self.parent.title = _("Endoscopy")
self.parent.categories = [translate("qSlicerAbstractCoreModule", "Endoscopy")]
self.parent.dependencies = []
self.parent.dependencies = ["Markups"]
self.parent.contributors = [
"Steve Pieper (Isomics)",
"Harald Scheirich (Kitware)",
Expand Down

0 comments on commit 6138fcc

Please sign in to comment.