Skip to content

Commit

Permalink
py-nbconvert: add missing dependency to py-jupyterlab_pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
someuser12 authored and stromnov committed Feb 3, 2025
1 parent 2ac299d commit b9b47b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/py-nbconvert/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup python 1.0

name py-nbconvert
version 7.16.2
revision 1
revision 2
categories-append textproc
license BSD
supported_archs noarch
Expand Down Expand Up @@ -81,6 +81,7 @@ if {${name} ne ${subport}} {
port:py${python.version}-defusedxml \
port:py${python.version}-jinja2 \
port:py${python.version}-jupyter_core \
port:py${python.version}-jupyterlab_pygments \
port:py${python.version}-markupsafe \
port:py${python.version}-mistune \
port:py${python.version}-nbclient \
Expand Down

0 comments on commit b9b47b2

Please sign in to comment.