From fbf525a940f4e82d7d2b6749df60b3aa7325d666b941501f41d549b4532bb07c Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 26 Sep 2013 13:17:07 +0000 Subject: [PATCH] - Require git-core for the cgit backend (bnc#841684) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=6 --- python-GitPython.changes | 5 +++++ python-GitPython.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-GitPython.changes b/python-GitPython.changes index 92467a6..6f7f30c 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 13:13:58 UTC 2013 - speilicke@suse.com + +- Require git-core for the cgit backend (bnc#841684) + ------------------------------------------------------------------- Tue Jun 26 09:55:59 UTC 2012 - saschpe@suse.de diff --git a/python-GitPython.spec b/python-GitPython.spec index 4a52c49..32c0dfd 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -1,7 +1,7 @@ # # spec file for package python-GitPython # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,8 @@ Group: Development/Languages/Python Source: GitPython-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools +Requires: git-core Requires: python-gitdb %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}