Remove obsolete Group tag

References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
Igor Gnatenko 2019-01-28 20:18:15 +01:00
parent f0e48c20b6
commit e0ef913767

View File

@ -14,7 +14,6 @@ Version: 2.3
Release: 2%{?dist}
Summary: PyCA's cryptography library
Group: Development/Libraries
License: ASL 2.0 or BSD
URL: https://cryptography.io/en/latest/
Source0: https://pypi.io/packages/source/c/%{srcname}/%{srcname}-%{version}.tar.gz
@ -61,7 +60,6 @@ cryptography is a package designed to expose cryptographic primitives and
recipes to Python developers.
%package -n python2-%{srcname}
Group: Development/Libraries
Summary: PyCA's cryptography library
%if 0%{?with_python3}
@ -84,7 +82,6 @@ recipes to Python developers.
%if 0%{?with_python3}
%package -n python%{python3_pkgversion}-%{srcname}
Group: Development/Libraries
Summary: PyCA's cryptography library
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}