From 887a92432c921765532f1af47f3e08a56248bae78ce362d5f3cf503cf7cee10f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 18 Sep 2014 05:12:55 +0000 Subject: [PATCH] Accepting request 249989 from devel:languages:python - downgrade Recommends for texlive (and other big packages) to Suggests (this means texlive is not pulled in by default zypper settings) OBS-URL: https://build.opensuse.org/request/show/249989 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=37 --- python-matplotlib.changes | 6 ++++++ python-matplotlib.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 7270106..f029da0 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 17 15:23:25 UTC 2014 - jmatejek@suse.com + +- downgrade Recommends for texlive (and other big packages) to Suggests + (this means texlive is not pulled in by default zypper settings) + ------------------------------------------------------------------- Wed Sep 10 10:52:26 UTC 2014 - toddrme2178@gmail.com diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 0c93a02..8a78e7f 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -95,15 +95,15 @@ Requires: python-pyparsing >= 1.5.6 Requires: python-pytz Requires: python-six >= 1.3 Recommends: ghostscript -Recommends: inkscape Recommends: libxml2-tools Recommends: python-Pillow Recommends: poppler-tools Recommends: python-matplotlib-tk -Recommends: texlive-dvipng -Recommends: texlive-latex -Recommends: texlive-sfmath -Recommends: texlive-tex +Suggests: inkscape +Suggests: texlive-dvipng +Suggests: texlive-latex +Suggests: texlive-sfmath +Suggests: texlive-tex %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif