It looks like at least some repositories are having issues with the Tumbleweed build target. Packages that work fine for the openSUSE_Factory snapshot build target are failing to build for openSUSE_Tumbleweed. The failure in all cases is "error: Failed build dependencies:" In all cases, this failure always happens for BuildRequires that are enabled only for openSUSE versions > 13.1. The dependencies in all cases are available and build properly. The really strange thing is that when I branch the package, it builds just fine. It also builds fine when I try to build locally. And forcing a rebuild does not work. So this has made debugging the problem hard, since I don't want to potentially break other working build targets. Does anyone know what might be going on and how it can be fixed? Here is an example: https://build.opensuse.org/package/show/devel:languages:python/python-matplo... The failure: [ 318s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' --define 'disturl obs://build.opensuse.org/devel:languages:python/openSUSE_Tumbleweed/cb5af0de0078b6a0a6e5966281fe76ff-python-matplotlib' /home/abuild/rpmbuild/SOURCES/python-matplotlib.spec [ 320s] error: Failed build dependencies: [ 320s] python-qt5 is needed by python-matplotlib-1.4.2-89.2.i586 [ 320s] python-qt5-devel is needed by python-matplotlib-1.4.2-89.2.i586 The relevant portion of the spec file is line 76-79: %if 0%{?suse_version} > 1310 BuildRequires: python-qt5 BuildRequires: python-qt5-devel %endif -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org