don't pollute spec with useless macro
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
c187345d68
commit
94e354051d
@ -140,7 +140,7 @@ Python 2 version.
|
||||
%if %{with python3}
|
||||
%package -n python3-%{libname}
|
||||
Summary: Python bindings for the %{name} library
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{libname}}
|
||||
%{?python_provide:%python_provide python3-%{libname}}
|
||||
BuildRequires: swig
|
||||
BuildRequires: python3-devel
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user