From 7182972f4f6d18fae8cc410496672e9eb3533577 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Thu, 7 May 2015 14:54:42 -0400 Subject: Update Requires --- git-taskrepo.spec | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'git-taskrepo.spec') diff --git a/git-taskrepo.spec b/git-taskrepo.spec index 77d18c2..8ca2e6b 100644 --- a/git-taskrepo.spec +++ b/git-taskrepo.spec @@ -12,6 +12,14 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-setuptools +Requires: GitPython >= 1.0.1 + +%if 0%{?rhel}%{?fedora} <= 6 +BuildRequires: python-ordereddict +BuildRequires: python-argparse +Requires: python-ordereddict +Requires: python-argparse +%endif %description This creates and maintains a taskrepo inside of an existing git repo. Allows @@ -24,6 +32,7 @@ you to easily create xml jobs which can be run with the test harness restraint. %{__python} setup.py build %install +rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files -- cgit