Fix BuildRequires
This commit is contained in:
parent
7e6d50528e
commit
be8e4c9dfb
@ -8,7 +8,7 @@ This module parses the most common forms of ISO 8601 date strings \
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.1.11
|
||||
Release: 9%{?dist}
|
||||
Release: 9%{?dist}.alma
|
||||
Summary: %{sum}
|
||||
|
||||
License: MIT
|
||||
@ -27,7 +27,7 @@ Summary: %{sum}
|
||||
Provides: python-%{srcname} = %{version}-%{release}
|
||||
Obsoletes: python-%{srcname} < 0.1.10-6
|
||||
|
||||
BuildRequires: python2-devel python-setuptools
|
||||
BuildRequires: python2-devel python2-setuptools
|
||||
|
||||
%description -n python2-%{srcname} %{pkgdesc}
|
||||
|
||||
@ -84,6 +84,9 @@ export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 07 2021 Eduard Abdullin <eabdullin@almalinux.org> - 0.1.11-9.alma
|
||||
- Fix BuildRequires
|
||||
|
||||
* Mon Jun 25 2018 Petr Viktorin <pviktori@redhat.com> - 0.1.11-9
|
||||
- Allow Python 2 for build
|
||||
see https://hurl.corp.redhat.com/rhel8-py2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user