#26 Add explicit texlive BRs
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/python-matplotlib texlive2020  into  master

file modified
+19 -1
@@ -81,10 +81,28 @@ 

  BuildRequires:  freetype-devel

  BuildRequires:  libpng-devel

  BuildRequires:  qhull-devel

- BuildRequires:  texlive-cm

  BuildRequires:  xorg-x11-server-Xvfb

  BuildRequires:  zlib-devel

  

+ BuildRequires:  tex(avant.sty)

+ BuildRequires:  tex(cmss10.tfm)

+ BuildRequires:  tex(cmss12.tfm)

+ BuildRequires:  tex(courier.sty)

+ BuildRequires:  tex(ecrm1000.tfm)

+ BuildRequires:  tex(geometry.sty)

+ BuildRequires:  tex(helvet.sty)

+ BuildRequires:  tex(chancery.sty)

+ BuildRequires:  tex(charter.sty)

+ BuildRequires:  tex(inputenc.sty)

+ BuildRequires:  tex(mathpazo.sty)

+ BuildRequires:  tex(mathptmx.sty)

+ BuildRequires:  tex(preview.sty)

+ BuildRequires:  tex(sfmath.sty)

+ BuildRequires:  tex(textcomp.sty)

+ BuildRequires:  tex(txfonts.sty)

+ BuildRequires:  tex(type1ec.sty)

+ BuildRequires:  tex(utf8x.def)

+ 

  %description

  Matplotlib is a Python 2D plotting library which produces publication

  quality figures in a variety of hardcopy formats and interactive

no initial comment

python-mplcairo needs the same fix

Pull-Request has been merged by churchyard

4 years ago

Strange, when I reverted this and built, no texlive packages were pulled in and any LaTeX-requiring tests were skipped, so the build was fine. Was something else pulling in texlive and then reverted?

I guess it's fine to leave these in anyway, if you're alright with additional tests being run, but we should probably add explicit BRs for the texlive executables as well.

Probably something else was pulling this in, yes :/

I agree on the second part.