diff options
author | Anthony Fok <[email protected]> | 2021-08-25 10:43:32 -0600 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2021-08-25 10:43:32 -0600 |
commit | 32569285c181c8798ef594c12d3cfd7f9a252a04 (patch) | |
tree | 82f89c1e73fad979672c9a3296ff0a87d4efbe63 | |
parent | 5a46eefbc6da3463b796ada8d15902be197455a3 (diff) | |
download | hugo-32569285c181c8798ef594c12d3cfd7f9a252a04.tar.gz hugo-32569285c181c8798ef594c12d3cfd7f9a252a04.zip |
Remove Pygments from snapcraft.yml
Pygments support was removed in Hugo v0.60.0
-rw-r--r-- | snap/snapcraft.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ecf7063ef..188bab501 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -92,23 +92,3 @@ parts: usr/lib/: lib/ prime: - bin/pandoc - - pygments: - plugin: nil - stage-packages: - - python3-pygments - organize: - usr/bin/: bin/ - usr/lib/: lib/ - prime: - - bin/pygmentize - - lib/python*/site-packages/Pygments-*.dist-info/* - - lib/python*/site-packages/pygments/* - - bin/python* - - -bin/python*m - - lib/python*/* - - -lib/python*/distutils/* - - -lib/python*/email/* - - -lib/python*/lib2to3/* - - -lib/python*/tkinter/* - - -lib/python*/unittest/* |