mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
Workaround epel7 py3 problems.
This commit is contained in:
parent
0f7184767c
commit
cf286cee19
1 changed files with 4 additions and 1 deletions
|
@ -8,8 +8,11 @@ Source0: https://git.centos.org/centos/centpkg/archive/%{version}/centpkg
|
|||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
%if 0%{?rhel} > 0 && 0%{?rhel} < 8
|
||||
BuildRequires: python-setuptools
|
||||
%else
|
||||
BuildRequires: %{py3_dist setuptools}
|
||||
|
||||
%endif
|
||||
|
||||
%description
|
||||
Provides the centpkg command for working with dist-git
|
||||
|
|
Loading…
Add table
Reference in a new issue