Skip to content

Commit c5f9dc8

Browse files
committed
We should install the Python3 version of plastex, as Python2 is EOL.
Also a change in packaging of Plastex for Ubuntu, with a separate "Plastex" package.
1 parent 82da81a commit c5f9dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Homepage: https://github.com/Kattis/problemtools
88

99
Package: kattis-problemtools
1010
Architecture: any
11-
Depends: ${shlibs:Depends}, ${python:Depends}, ${python3:Depends}, ${misc:Depends}, python-yaml, python-plastex, python-pkg-resources, texlive-plain-generic, texlive-fonts-recommended, texlive-latex-extra, texlive-lang-cyrillic, tidy, ghostscript
11+
Depends: ${shlibs:Depends}, ${python:Depends}, ${python3:Depends}, ${misc:Depends}, python-yaml, plastex, python3-plastex, python-pkg-resources, texlive-plain-generic, texlive-fonts-recommended, texlive-latex-extra, texlive-lang-cyrillic, tidy, ghostscript
1212
Recommends: gcc, g++
1313
Description: Kattis Problem Tools
1414
These are tools to manage and verify problem packages in the

0 commit comments

Comments
 (0)