Bugzilla – Bug 1213834
python-qt3 on 16.0 needs python(abi)=2.7 but this cannot be satisfied
Last modified: 2023-08-02 08:37:02 UTC
It seems that dependemcy on python(abi)=2.7 is added automatically but this is not provided by anything. Theoretically should be provided by python-base (version 2.7 is built in KDE:KDE3) but even manually adding this to "Provides" does not work.
This prevents building of python-kde3 among other things.
After adding "Provides: python(abi) = 2.7" to python-base.spec in python-base package, builds seems to work fine. It was submitted to OBS as request #1101912. It looks like you're adding it to the wrong file (python.spec). https://build.opensuse.org/request/show/1101912