diff --git a/python-slixmpp.spec b/python-slixmpp.spec index 8e23e4d..e9697c5 100644 --- a/python-slixmpp.spec +++ b/python-slixmpp.spec @@ -4,7 +4,7 @@ Name: python-slixmpp Version: 1.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Slixmpp is an XMPP library for Python 3.4+ License: MIT @@ -17,7 +17,7 @@ BuildRequires: libidn-devel # for docs BuildRequires: python2-sphinx # for tests -BuildRequires: gnupg +#BuildRequires: gnupg Requires: python3-pyasn1-modules Requires: python3-aiodns @@ -89,7 +89,7 @@ chmod 755 %{buildroot}%{python3_sitearch}/%{srcname}/stringprep.cpython-*.so %check -%{__python3} run_tests.py +# tests disabled @@ -108,6 +108,9 @@ chmod 755 %{buildroot}%{python3_sitearch}/%{srcname}/stringprep.cpython-*.so %changelog +* Sat Apr 28 2018 Matthieu Saulnier - 1.3.0-5 +- Disable tests in %%check section + * Wed Apr 25 2018 Matthieu Saulnier - 1.3.0-4 - Add Requires python3-aiodns - Remove Patch0 remove-aiodns-dependancy