
Am Sonntag, 5. Juni 2016, 10:52:57 schrieb Axel Braun:
See: https://build.opensuse.org/package/show/Application:ERP:Tryton:4.0/tryto nd _sale As build requiement is has just python3-setuptools. For run it needs some other trytond-modules (but that should not be an issue)
Cheers Axel
You are mixing up python 2 and python 3. %py_requires and %python_sitelib come from python 2, but you are building against python 3. Also, %py_requires is no longer needed at all. You should get rid of %py_requires completely, and use %{python3_sitelib}. The same applies for all the other python or python 3 packages in the repo.
It seems that I did not get rid of this problem for all packages. Another quite simple package https://build.opensuse.org/package/show/Application:ERP:Tryton:4.0/trytond_c urrency is still struggeling the python < PYTHON-NOT-FOUND dependency issue, although it uses only python 3 packages. Is there a way to override the dependency?
Every now and then you find the reason by chance... it is not sufficient to uncomment the line #%py_requires It has to be removed completely to get rid of python < PYTHON-NOT-FOUND Cheers Axel -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org