Use python3_pkgversion instead of 34 or 36

This commit is contained in:
Troy Dawson 2019-03-07 11:08:30 -08:00
commit 7789153b48

View file

@ -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}