Skip to content

Commit

Permalink
Graphviz pangocairo removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Sep 29, 2023
1 parent 73391b9 commit bbee5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Magix3d(CMakePackage):
variant('pythonaddon', default=False, description='Additional python modules to enrich PYTHONPATH')
variant('doc', default=False, description='Installation de la documentation utilisateur')

version('2.2.6', sha256='5917142b8467f3d47529908884260cdf263604fbecb4a513f364381f82111b3f')
version('2.2.6', sha256='818618a2d345dffc56b27c20c316659a6e2825be3d0ec372045bddc4608f5fd4')
version('2.2.5')

depends_on('tkutil')
Expand Down Expand Up @@ -75,7 +75,7 @@ class Magix3d(CMakePackage):
depends_on('py-six', when='+pythonaddon')

# documentation
depends_on("graphviz+pangocairo", when="+doc")
depends_on("graphviz", when="+doc")
depends_on("py-breathe", when="+doc")
depends_on("py-rst2pdf", when="+doc")
depends_on("py-sphinx@5.3.0", when="+doc")
Expand Down

0 comments on commit bbee5df

Please sign in to comment.