Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
5482dc9798
commit
8b8144f800
@ -23,7 +23,6 @@ Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An implementation of the OAuth request-signing logic
|
||||
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
URL: https://github.com/oauthlib/oauthlib
|
||||
Source0: https://github.com/oauthlib/oauthlib/archive/v%{version}.tar.gz
|
||||
@ -41,7 +40,6 @@ very little effort.
|
||||
%if %{with python2}
|
||||
%package -n python2-oauthlib
|
||||
Summary: An implementation of the OAuth request-signing logic
|
||||
Group: Development/Libraries
|
||||
%{?python_provide:%python_provide python2-oauthlib}
|
||||
|
||||
BuildRequires: python2-devel
|
||||
@ -70,7 +68,6 @@ very little effort.
|
||||
%if %{with python3}
|
||||
%package -n python3-oauthlib
|
||||
Summary: An implementation of the OAuth request-signing logic
|
||||
Group: Development/Libraries
|
||||
%{?python_provide:%python_provide python3-oauthlib}
|
||||
|
||||
BuildRequires: python3-devel
|
||||
|
Loading…
Reference in New Issue
Block a user