- Removed python-mock dependency
Resolves: rhbz#1922351
This commit is contained in:
parent
73a4e34539
commit
7b67c1927e
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 4.1.3
|
Version: 4.1.3
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -16,13 +16,12 @@ Patch1: doc-fix.patch
|
|||||||
Patch2: keyring-remove.patch
|
Patch2: keyring-remove.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
#BuildRequires: %{_bindir}/tox
|
#BuildRequires: %%{_bindir}/tox
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-fasteners
|
BuildRequires: python3-fasteners
|
||||||
BuildRequires: python3-mock
|
|
||||||
BuildRequires: python3-pyasn1 >= 0.1.7
|
BuildRequires: python3-pyasn1 >= 0.1.7
|
||||||
BuildRequires: python3-pyasn1-modules >= 0.0.5
|
BuildRequires: python3-pyasn1-modules >= 0.0.5
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
@ -79,6 +78,10 @@ rm -r $(find %{_buildrootdir} -type d -name 'tests') || /bin/true
|
|||||||
%{python3_sitelib}/%{srcname}*.egg-info
|
%{python3_sitelib}/%{srcname}*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 1 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.1.3-13
|
||||||
|
- Removed python-mock dependency
|
||||||
|
Resolves: rhbz#1922351
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.3-12
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.3-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user