From bc6b4b68fc6231d220e9b0d58ddeb9f23ffb1535f507dfc43ae7045bcc83d72d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 16 May 2018 09:42:42 +0000 Subject: [PATCH] Accepting request 607681 from devel:languages:python - Add missing Requires for python-backports.functools_lru_cache (boo#1074491) OBS-URL: https://build.opensuse.org/request/show/607681 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=62 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index a78909c..b132391 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 15 19:15:14 UTC 2018 - tbechtold@suse.com + +- Add missing Requires for python-backports.functools_lru_cache (boo#1074491) + ------------------------------------------------------------------- Thu May 10 22:27:45 UTC 2018 - toddrme2178@gmail.com diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 4ff96c6..1cc9130 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -103,6 +103,7 @@ Requires: python-python-dateutil >= 2.1 Requires: python-pytz Requires: python-six >= 1.10 %ifpython2 +Requires: python-backports.functools_lru_cache Requires: python-functools32 Requires: python-subprocess32 %endif