Skip to content

Commit

Permalink
Merge from 5.x: PR #19240
Browse files Browse the repository at this point in the history
Fixes #19236
  • Loading branch information
ccordoba12 committed Aug 31, 2022
2 parents 821fa9d + fbcecaf commit 3a929cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installers/macOS/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
ImportError: The 'more_itertools' package is required; normally this is
bundled with this package so if you get this warning, consult the
packager of your distribution.
pygments:
ModuleNotFoundError: No module named 'pygments.formatters.latex'
pyls_spyder :
Mandatory: pyls_spyder >=0.1.1 : None (NOK)
pylsp_black :
Expand All @@ -39,6 +41,7 @@
PACKAGES = [
'humanfriendly',
'pkg_resources',
'pygments',
'pyls_spyder',
'pylsp_black',
'setuptools',
Expand Down

0 comments on commit 3a929cf

Please sign in to comment.