Remove unused BR
This commit is contained in:
parent
1f90adeaa7
commit
9d1014eb0d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.18.1
|
Version: 0.18.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Comprehensive HTTP client library
|
Summary: Comprehensive HTTP client library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/httplib2
|
URL: https://pypi.python.org/pypi/httplib2
|
||||||
@ -37,9 +37,7 @@ BuildRequires: python3-pytest
|
|||||||
BuildRequires: python3-pytest-cov
|
BuildRequires: python3-pytest-cov
|
||||||
BuildRequires: python3-pytest-forked
|
BuildRequires: python3-pytest-forked
|
||||||
BuildRequires: python3-pytest-flake8
|
BuildRequires: python3-pytest-flake8
|
||||||
BuildRequires: python3-pytest-randomly
|
|
||||||
BuildRequires: python3-pytest-timeout
|
BuildRequires: python3-pytest-timeout
|
||||||
BuildRequires: python3-pytest-xdist
|
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
|
|
||||||
@ -108,6 +106,9 @@ popd
|
|||||||
%{python3_sitelib}/%{srcname}/
|
%{python3_sitelib}/%{srcname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 04 2020 Joel Capitao <jcapitao@redhat.com> - 0.18.1-7
|
||||||
|
- Remove unused BR
|
||||||
|
|
||||||
* Wed Aug 05 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.18.1-6
|
* Wed Aug 05 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.18.1-6
|
||||||
- Disable tests related to PySocks bug.
|
- Disable tests related to PySocks bug.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user