From 4e148a31e2999cc67eb722673bacf0ac94fa3915 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:16 +0100 Subject: [PATCH] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- python-lit.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-lit.spec b/python-lit.spec index 36dd695..42d5e50 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -14,7 +14,6 @@ Release: 1%{?dist} BuildArch: noarch License: NCSA -Group: Development/Languages Summary: Tool for executing llvm test suites URL: https://pypi.python.org/pypi/lit Source0: https://files.pythonhosted.org/packages/ee/19/89553646a07f35c49f9540f519c8d9543e8799736276756d203c697c0a13/lit-0.7.1.tar.gz @@ -31,14 +30,12 @@ lit is a tool used by the LLVM project for executing its test suites. %package -n python2-lit Summary: LLVM lit test runner for Python 2 -Group: Development/Languages Requires: python2-setuptools %if 0%{?with_python3} %package -n python3-lit Summary: LLVM lit test runner for Python 3 -Group: Development/Languages Requires: python3-setuptools %endif