diff --git a/trytond.spec b/trytond.spec index 2fbe6c5..4f3bc69 100644 --- a/trytond.spec +++ b/trytond.spec @@ -74,12 +74,12 @@ Requires: %{mypython}-polib Requires: %{mypython}-psycopg2 >= 2.7.0 Requires: %{mypython}-pydot Requires: %{mypython}-python-sql >= 0.5 +Requires: %{mypython}-relatorio >= 0.7.0 Requires: %{mypython}-weasyprint Requires: %{mypython}-wrapt Requires: graphviz Requires: html2text Requires: libreoffice-pyuno -Requires: python-relatorio >= 0.7.0 Requires: python3-Levenshtein Requires: unoconv Requires(pre): %{_sbindir}/groupadd @@ -104,7 +104,7 @@ cp %{SOURCE1} . %patch0 -p1 #shebag ersetzen -find . -iname "bin/trytond*" -exec sed -i "s/python3 /%{mypython}/" '{}' \; +find . -iname "bin/trytond*" -exec sed -i "s/python3 /%{mypython} /" '{}' \; %build %pyproject_wheel