diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 048f883..720d102 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 22 14:01:31 UTC 2015 - mcihar@suse.cz + +- Include pycrypto and ecdsa in BuildRequires for complete test coverage +- Use setup.py test to execute testsuite + ------------------------------------------------------------------- Wed Apr 22 11:14:42 UTC 2015 - mcihar@suse.cz diff --git a/python-PyJWT.spec b/python-PyJWT.spec index a8762cf..d720373 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -27,6 +27,8 @@ Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}. BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-cryptography BuildRequires: python-devel +BuildRequires: python-ecdsa +BuildRequires: python-pycrypto BuildRequires: python-pytest BuildRequires: python-pytest-cov BuildRequires: python-setuptools @@ -50,7 +52,7 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -py.test . +python setup.py test %files %defattr(-,root,root,-)