Skip to content

Commit

Permalink
Add runtime requires explicitely for CentOS7
Browse files Browse the repository at this point in the history
  • Loading branch information
amoralej committed Feb 22, 2019
1 parent fbfcd71 commit 97d9365
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python-hypothesis.spec
Expand Up @@ -9,7 +9,7 @@

Name: python-%{srcname}
Version: 3.66.11
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Library for property based testing

License: MPLv2.0
Expand Down Expand Up @@ -40,6 +40,8 @@ BuildRequires: python2-setuptools
BuildRequires: python2-attrs
BuildRequires: python2-coverage
BuildRequires: python-enum34
Requires: python2-coverage >= 4.0
Requires: python2-attrs >= 16.0.0
#Suggests: python%{python2_version}dist(pytz)
#Suggests: python%{python2_version}dist(numpy) >= 1.9.0
#Suggests: python%{python2_version}dist(pytest) >= 2.8.0
Expand Down Expand Up @@ -102,6 +104,9 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
%endif

%changelog
* Fri Feb 22 2019 Alfredo Moralejo <amoralej@redhat.com> - 3.66.11-3
- Add runtime requirements on attrs and coverage.

* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.66.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

Expand Down

0 comments on commit 97d9365

Please sign in to comment.