https://bugzilla.suse.com/show_bug.cgi?id=1184340 https://bugzilla.suse.com/show_bug.cgi?id=1184340#c9 --- Comment #9 from Benjamin Greiner <code@bnavigator.de> --- (In reply to Matej Cepl from comment #8)
(In reply to Benjamin Greiner from comment #5)
Hence, https://build.opensuse.org/request/show/863229, which makes it a `Recommends: (python38-matplotlib-tk if tk)` in Tumbleweed.
Wouldn't at least
Recommends: (python3-matplotlib-tk if tk)
work better?
Why? This would recommend python3-matplotlib (which is python38-matplotlib) in the python36 and python39 flavor packages. The problem described here is not with the already fixed package in Factory. My wording in comment#5 is a bit misleading: Factory: Recommends: (%{python_flavor}-matplotlib-tk if tk) openSUSE:Backports:SLE-15-SP3: %if 0%{?suse_version} >= 1500 Recommends: (python-matplotlib-tk if tk) %else Recommends: python-matplotlib-tk %endif BTW, the latter will start to work as intended with https://github.com/openSUSE/python-rpm-macros/pull/106 -- You are receiving this mail because: You are on the CC list for the bug.