epel is not supported anyway, remove cruft
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
26fc52914b
commit
ead9c24f7f
@ -23,8 +23,8 @@ BuildRequires: python-sphinx
|
|||||||
BuildRequires: python-enum34
|
BuildRequires: python-enum34
|
||||||
%endif
|
%endif
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
%endif
|
%endif
|
||||||
%if %{with platform_python}
|
%if %{with platform_python}
|
||||||
@ -63,15 +63,15 @@ flow.
|
|||||||
|
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%package -n python%{python3_pkgversion}-%{srcname}
|
%package -n python3-%{srcname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
%if ! (0%{?rhel} && 0%{?rhel} <= 7)
|
%if ! (0%{?rhel} && 0%{?rhel} <= 7)
|
||||||
Suggests: python%{python3_pkgversion}-numpy
|
Suggests: python3-numpy
|
||||||
Suggests: python%{python3_pkgversion}-pytz
|
Suggests: python3-pytz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n python%{python3_pkgversion}-%{srcname}
|
%description -n python3-%{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
|
||||||
larger range of examples than you would ever want to write by
|
larger range of examples than you would ever want to write by
|
||||||
hand. It’s based on the Haskell library, Quickcheck, and is designed
|
hand. It’s based on the Haskell library, Quickcheck, and is designed
|
||||||
@ -144,7 +144,7 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build-3 -b man docs docs/_build/man
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%files -n python%{python3_pkgversion}-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user