Suggests and Enhances are only supported in Fedora

epel9
Pierre-Yves Chibon 9 years ago
parent 56271b06c4
commit 74109824b9

@ -42,6 +42,7 @@ flow.
Summary: %{sum} Summary: %{sum}
%{?python_provide:%python_provide python2-%{srcname}} %{?python_provide:%python_provide python2-%{srcname}}
Obsoletes: python-%{srcname} < 1.11.1-1 Obsoletes: python-%{srcname} < 1.11.1-1
%if 0%{?with_python3}
# needed only by hypothesis-extras # needed only by hypothesis-extras
Suggests: numpy Suggests: numpy
# fake-factory not packaged yet # fake-factory not packaged yet
@ -50,6 +51,7 @@ Suggests: pytz
# Django support requires fake-factory # Django support requires fake-factory
# TODO - update to python2-django once available # TODO - update to python2-django once available
# Enhances: python-django # Enhances: python-django
%endif
%description -n python2-%{srcname} %description -n python2-%{srcname}
Hypothesis is a library for testing your Python code against a much Hypothesis is a library for testing your Python code against a much

Loading…
Cancel
Save