Remove build dependencies on mock and coverage
This commit is contained in:
parent
13da45a694
commit
65a4191709
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 5.29.4
|
Version: 5.29.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Library for property based testing
|
Summary: Library for property based testing
|
||||||
|
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
@ -38,14 +38,12 @@ Obsoletes: platform-python-%{srcname} < %{version}-%{release}
|
|||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
BuildRequires: python3dist(attrs) >= 19.2.0
|
BuildRequires: python3dist(attrs) >= 19.2.0
|
||||||
BuildRequires: python3dist(coverage)
|
|
||||||
BuildRequires: python3dist(sortedcontainers)
|
BuildRequires: python3dist(sortedcontainers)
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
#BuildRequires: python3dist(django)
|
#BuildRequires: python3dist(django)
|
||||||
#BuildRequires: python3dist(dpcontracts)
|
#BuildRequires: python3dist(dpcontracts)
|
||||||
#BuildRequires: python3dist(lark)
|
#BuildRequires: python3dist(lark)
|
||||||
BuildRequires: black
|
BuildRequires: black
|
||||||
BuildRequires: python3dist(mock)
|
|
||||||
BuildRequires: python3dist(numpy)
|
BuildRequires: python3dist(numpy)
|
||||||
BuildRequires: python3dist(pandas)
|
BuildRequires: python3dist(pandas)
|
||||||
BuildRequires: python3dist(pexpect)
|
BuildRequires: python3dist(pexpect)
|
||||||
@ -98,6 +96,9 @@ PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitelib} pyte
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 5.29.4-2
|
||||||
|
- Remove build dependencies on mock and coverage
|
||||||
|
|
||||||
* Fri Aug 28 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.29.4-1
|
* Fri Aug 28 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.29.4-1
|
||||||
- Update to 5.29.4
|
- Update to 5.29.4
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user