mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Remove Pygments from snapcraft.yml
Pygments support was removed in Hugo v0.60.0
This commit is contained in:
parent
5a46eefbc6
commit
32569285c1
1 changed files with 0 additions and 20 deletions
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue