Remove %{?_isa} from Requires in noarch python3 subpackage.

This commit is contained in:
Jerry James 2020-07-31 16:45:39 -06:00
parent 4c91858d05
commit 13876e8c5c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Files for building ocaml applications that use z3.
%package -n python3-%{name}
Summary: Python 3 interface to z3
BuildArch: noarch
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
%description -n python3-%{name}
Python 3 interface to z3.