Remove redundant dependency on python3-nose
This commit is contained in:
parent
775c38db5f
commit
733704339c
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.22.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
License: LGPLv3+
|
||||
@ -14,7 +14,6 @@ BuildRequires: git
|
||||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: dbus-x11
|
||||
BuildRequires: upower
|
||||
@ -45,14 +44,16 @@ rm -rf python-%{modname}.egg-info
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
# Tests are disabled until koji stops eating test output
|
||||
# %{__python3} setup.py test
|
||||
%{__python3} -m unittest -v
|
||||
|
||||
%files -n python3-dbusmock
|
||||
%doc README.rst COPYING
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 01 2021 Charalampos Stratakis <cstratak@redhat.com> - 0.22.0-2
|
||||
- Remove redundant dependency on python3-nose
|
||||
|
||||
* Fri Feb 12 2021 Bastien Nocera <bnocera@redhat.com> - 0.22.0-1
|
||||
+ python-dbusmock-0.22.0-1
|
||||
- Update to 0.22.0
|
||||
|
Loading…
Reference in New Issue
Block a user