Op woensdag 27 mei 2020 08:36:36 CEST schreef Axel Braun:
Am Mittwoch, 27. Mai 2020, 03:39:51 CEST schrieb Jason Craig:
On 5/21/2020 16:05, DimStar / Dominique Leuenberger wrote:
Dear Package maintainers and hackers.
Below package(s) in openSUSE:Factory have been failing to build for at least 4 weeks... > - python-suds-jurko
I wanted to fix this package but I can't tell what in the world is the problem. The error is
File not found: /home/abuild/rpmbuild/BUILDROOT/python-suds-jurko-0.6-21.1.x86_64/usr/lib/ py thon3.8/site-packages/suds_jurko-0.6-pyPYTHON-NOT-FOUND.egg-info
The (seemingly) corresponding line in the %files section is
%{python_sitelib}/suds_jurko-%{version}-py%{py_ver}.egg-info
Which to me looks very much like lines I've seen in other (working) Python packages. Anyone know what the problem is here?
looks like %{py_ver} does no work the way you expect it - in this place
Maybe change to %{python_sitelib}/suds_jurko-%{version}* ? HTH Axel
Instead of %{py_ver} use %{python_version} . -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org