Pick up automatic dependency from generator
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
ba38b310b5
commit
a83dda36ec
@ -1,10 +1,9 @@
|
|||||||
|
%{?python_enable_dependency_generator}
|
||||||
%global srcname hypothesis
|
%global srcname hypothesis
|
||||||
|
|
||||||
%?python_enable_dependency_generator
|
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 3.44.24
|
Version: 3.44.24
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Library for property based testing
|
Summary: Library for property based testing
|
||||||
|
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
@ -35,8 +34,6 @@ BuildRequires: python2-setuptools
|
|||||||
BuildRequires: python2dist(attrs)
|
BuildRequires: python2dist(attrs)
|
||||||
BuildRequires: python2dist(coverage)
|
BuildRequires: python2dist(coverage)
|
||||||
BuildRequires: python2dist(enum34)
|
BuildRequires: python2dist(enum34)
|
||||||
# https://github.com/rpm-software-management/rpm/issues/382
|
|
||||||
Requires: python%{python2_version}dist(enum34)
|
|
||||||
Suggests: python%{python2_version}dist(pytz)
|
Suggests: python%{python2_version}dist(pytz)
|
||||||
Suggests: python%{python2_version}dist(numpy) >= 1.9.0
|
Suggests: python%{python2_version}dist(numpy) >= 1.9.0
|
||||||
Suggests: python%{python2_version}dist(pytest) >= 2.8.0
|
Suggests: python%{python2_version}dist(pytest) >= 2.8.0
|
||||||
@ -89,6 +86,9 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man
|
|||||||
%{_mandir}/man1/hypothesis.1*
|
%{_mandir}/man1/hypothesis.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.44.24-4
|
||||||
|
- Pick up automatic dependency from generator
|
||||||
|
|
||||||
* Sat Feb 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.44.24-3
|
* Sat Feb 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.44.24-3
|
||||||
- Add missing dependency on enum34
|
- Add missing dependency on enum34
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user