My Tumbleweed is set up to use the “standard” repos only, with packman prioritized higher according to https://forums.opensuse.org/showthread.php/531333-Zypper-dup-priorities:
sudo zypper lr -P
# | Alias | Name | Aktiviert | GPG-Überprüfung | Aktualisierung | Priorität
--+---------------------+-----------------------------+-----------+-----------------+----------------+----------
1 | libdvdcss | libdvdcss | Ja | (r ) Ja | Ja | 90
3 | packman | packman | Ja | (r ) Ja | Ja | 90
2 | openSUSE-20170712-0 | openSUSE-20170712-0 | Nein | ---- | ---- | 99
4 | repo-debug | openSUSE-Tumbleweed-Debug | Nein | ---- | ---- | 99
5 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Ja | (r ) Ja | Ja | 99
6 | repo-oss | openSUSE-Tumbleweed-Oss | Ja | (r ) Ja | Ja | 99
7 | repo-source | openSUSE-Tumbleweed-Source | Nein | ---- | ---- | 99
8 | repo-update | openSUSE-Tumbleweed-Update | Ja | (r ) Ja | Ja | 99
I do follow the recommended procedure of doing
zypper ref
zypper dup
eventually followed by a check what
zypper dup --allow-vendor-change
has to say when zypper dup alone (i.e. with --no-allow-vendor-change by default) asks questions I can’t answer easily.
When trying to do a Tumbleweed update from 20190209 to the current state today, zypper dup reports two package problems (“two packages cannot be supplied”):
Distributions-Aktualisierungen werden verarbeitet...
2 Probleme:
Problem: python2-qt4-4.12.3-1.3.x86_64 benötigt python2-sip(api) = 12.5, kann jedoch nicht zur Verfügung gestellt werden
Problem: python2-sip-4.19.13-2.3.x86_64 benötigt python2-sip-common = 4.19.13, kann jedoch nicht zur Verfügung gestellt werden
Problem: python2-qt4-4.12.3-1.3.x86_64 benötigt python2-sip(api) = 12.5, kann jedoch nicht zur Verfügung gestellt werden
Gelöschte Anbieter: python2-sip-4.19.13-2.3.x86_64
Lösung 1: Deinstallation von python2-qt4-4.12.3-1.3.x86_64
Lösung 2: veraltetes python2-sip-4.19.13-2.3.x86_64 beibehalten
Lösung 3: python2-qt4-4.12.3-1.3.x86_64 durch Ignorieren einiger Abhängigkeiten brechen
At this point I quit zypper dup, not having seen yet the proposed solutions for the second problem.
zypper dup --allow-vendor-change produces the same failure reports. Quitting it, too, of course.
Checking the repositories with YaST for python2-sip(api) and python2-sip-common, I do see only python2-sip 4.19.13-2.3 being installed / 4.19.14-1.1 being available.
How should I proceed with updating Tumbleweed?
Thanks in advance.