appease 4.15.0 beta rpmbuild

--- 8< ---
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.IOiGTw (%check)
    extra tokens at the end of %endif directive in line 85:  %endif # with_python3

    extra tokens at the end of %endif directive in line 136:  %endif # with_python3

    Bad exit status from /var/tmp/rpm-tmp.IOiGTw (%check)
--- >8 ---
This commit is contained in:
Nils Philippsen 2019-08-25 17:45:54 +02:00
parent f785544a4c
commit 5f6fdb0d5a
1 changed files with 4 additions and 2 deletions

View File

@ -82,7 +82,8 @@ define the join conditions explicitly, to bridge the gap between database and
domain.
This package includes the python 3 version of the module.
%endif # with_python3
%endif
# with_python3
%prep
@ -133,7 +134,8 @@ PYTHONPATH=. %{__python3} -m pytest test \
%license LICENSE
%doc README.rst
%{python3_sitearch}/*
%endif # with_python3
%endif
# with_python3
%changelog
* Sun Aug 25 2019 Nils Philippsen <nils@tiptoe.de> - 1.3.7-1