Use python3_pkgversion instead of 34 or 36
This commit is contained in:
parent
08cb95e30c
commit
7789153b48
1 changed files with 2 additions and 2 deletions
|
|
@ -332,10 +332,10 @@ BuildArch: noarch
|
|||
# patches above. Please, be aware that the patches must be generated
|
||||
# by 'git format-patch'
|
||||
BuildRequires: git
|
||||
BuildRequires: python36-devel
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
|
||||
# Requires for abrt-addon-python3
|
||||
Requires: python36
|
||||
Requires: python%{python3_pkgversion}
|
||||
Requires: abrt >= %{version}
|
||||
Requires: abrt-python
|
||||
Requires: libreport >= %{libreport_ver}
|
||||
|
|
|
|||
Reference in a new issue