BuildRequires: pythonX-nose is not needed

Nothing inside uses nose, it's simple unittest.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-08-10 08:14:29 +02:00
parent aa4b9f051b
commit eb7fb7d01c
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -20,10 +20,9 @@ the core of Git.
%package -n python2-%{pkgname} %package -n python2-%{pkgname}
Summary: Python 2.x bindings for libgit2 Summary: Python 2.x bindings for libgit2
%{?python_provide:%python_provide python2-%{pkgname}} %{?python_provide:%python_provide python2-%{pkgname}}
BuildRequires: python2-cffi
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python2-nose
BuildRequires: python2-setuptools BuildRequires: python2-setuptools
BuildRequires: python2-cffi
BuildRequires: python2-six BuildRequires: python2-six
Requires: python2-cffi Requires: python2-cffi
Requires: python2-six Requires: python2-six
@ -37,10 +36,9 @@ Python 2 version.
%package -n python3-%{pkgname} %package -n python3-%{pkgname}
Summary: Python 3.x bindings for libgit2 Summary: Python 3.x bindings for libgit2
%{?python_provide:%python_provide python3-%{pkgname}} %{?python_provide:%python_provide python3-%{pkgname}}
BuildRequires: python3-cffi
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-nose
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: python3-six BuildRequires: python3-six
Requires: python3-cffi Requires: python3-cffi
Requires: python3-six Requires: python3-six