From 91cf22f9726f6a8eb10639b2665676b79e348e73 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 31 Aug 2018 00:58:22 +0000 Subject: [PATCH] Add Requires: python[23]-setuptools --- python-lit.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-lit.spec b/python-lit.spec index c7235c8..5a1033f 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -12,7 +12,7 @@ Name: python-%{srcname} Version: 0.7.0 -Release: 0.1.rc%{rc_ver}%{?dist} +Release: 0.2.rc%{rc_ver}%{?dist} BuildArch: noarch License: NCSA @@ -35,10 +35,14 @@ lit is a tool used by the LLVM project for executing its test suites. 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 %description -n python2-lit @@ -92,6 +96,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/%{srcna %endif %changelog +* Fri Aug 31 2018 Tom Stellard - 0.7.0-0.2.rc1 +- Add Requires: python[23]-setuptools + * Mon Aug 13 2018 Tom Stellard - 0.7.0-0.1.rc1 - 0.7.0 rc1