BR fixes.
This commit is contained in:
parent
fe72949aee
commit
5c3745c92d
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.18.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Comprehensive HTTP client library
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/httplib2
|
||||
@ -34,7 +34,13 @@ Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pytest-cov
|
||||
BuildRequires: python3-pytest-forked
|
||||
BuildRequires: python3-pytest-flake8
|
||||
BuildRequires: python3-pytest-randomly
|
||||
BuildRequires: python3-pytest-timeout
|
||||
BuildRequires: python3-pytest-xdist
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-mock
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
@ -79,7 +85,7 @@ popd
|
||||
|
||||
%check
|
||||
pushd python3
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest -k 'not test_unknown_server'
|
||||
popd
|
||||
|
||||
|
||||
@ -94,6 +100,9 @@ popd
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Thu Jun 11 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.18.1-3
|
||||
- BR fixes.
|
||||
|
||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.18.1-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user