BR: python-setuptools (#1758972)

epel9
Sandro Mani 5 years ago
parent f1bba8241a
commit 0a05efe7e2

@ -9,7 +9,7 @@ antivirus quarantine files, etc.
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.46 Version: 0.46
Release: 6%{?dist} Release: 7%{?dist}
Summary: Python package to parse, read and write Microsoft OLE2 files Summary: Python package to parse, read and write Microsoft OLE2 files
License: BSD License: BSD
@ -26,6 +26,7 @@ BuildArch: noarch
%package -n python2-%{srcname} %package -n python2-%{srcname}
Summary: %{summary} Summary: %{summary}
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python2-setuptools
# There is python-sphinx in RHEL 7, but it's too old. Fedora >= 31 does not have python2-sphinx anymore. # There is python-sphinx in RHEL 7, but it's too old. Fedora >= 31 does not have python2-sphinx anymore.
%if 0%{?fedora} && 0%{?fedora} < 31 %if 0%{?fedora} && 0%{?fedora} < 31
BuildRequires: python2-sphinx BuildRequires: python2-sphinx
@ -41,6 +42,7 @@ Python2 version.
%package -n python%{python3_pkgversion}-%{srcname} %package -n python%{python3_pkgversion}-%{srcname}
Summary: %{summary} Summary: %{summary}
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
# There is no python34-sphinx package in EPEL 7 # There is no python34-sphinx package in EPEL 7
%if 0%{?fedora} || 0%{?rhel} >= 8 %if 0%{?fedora} || 0%{?rhel} >= 8
BuildRequires: python%{python3_pkgversion}-sphinx BuildRequires: python%{python3_pkgversion}-sphinx
@ -107,6 +109,9 @@ make -C doc html BUILDDIR=_build_py3 SPHINXBUILD=sphinx-build-%python3_version
%changelog %changelog
* Mon Oct 07 2019 Sandro Mani <manisandro@gmail.com> - 0.46-7
- BR: python-setuptools (#1758972)
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.46-6 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.46-6
- Rebuilt for Python 3.8.0rc1 (#1748018) - Rebuilt for Python 3.8.0rc1 (#1748018)

Loading…
Cancel
Save