Skip to content

Commit

Permalink
EPEL uses python-argcomplete not pythonX-argcomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
sean797 committed Aug 21, 2017
1 parent b41bd56 commit b7e4d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tracer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Requires: %{name}-common = %{version}-%{release}
%if ! %{with suggest}
Suggests: python2-argcomplete
%else
Requires: python2-argcomplete
Requires: python-argcomplete
%endif
%{?python_provide:%python_provide python2-%{name}}

Expand All @@ -89,7 +89,7 @@ Requires: %{name}-common = %{version}-%{release}
%if %{with suggest}
Suggests: python3-argcomplete
%else
Requires: python3-argcomplete
Requires: python-argcomplete
%endif
%{?python_provide:%python_provide python3-%{name}}
Provides: %{name} = %{version}-%{release}
Expand Down

0 comments on commit b7e4d05

Please sign in to comment.