diff --git a/python-requests-gssapi.spec b/python-requests-gssapi.spec index bf994a46b0e8b4fdae6d8c78051c3c2329babf4e..0c68f8b55779d227b08f7e23baa33b6d986346c4 100644 --- a/python-requests-gssapi.spec +++ b/python-requests-gssapi.spec @@ -3,7 +3,7 @@ Name: python-%{sname} Version: 1.2.2 -Release: 2 +Release: 3 Summary: A GSSAPI/SPNEGO authentication handler for python-requests License: ISC @@ -16,7 +16,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-gssapi BuildRequires: python3-mock -BuildRequires: python3-nose BuildRequires: python3-requests BuildRequires: python3-setuptools @@ -46,7 +45,7 @@ Requires: python3-requests %py3_install %check -%{__python3} setup.py nosetests +%{__python3} -m unittest %files -n python3-%{sname} %doc README.rst AUTHORS HISTORY.rst @@ -55,6 +54,9 @@ Requires: python3-requests %changelog +* Sat May 07 2022 xu_ping - 1.2.2-3 +- Remove test dependencies on python-nose during the build process + * Fri Jul 30 2021 chenyanpanHW - 1.2.2-2 - DESC: delete -S git from %autosetup, and delete BuildRequires git-core