From 5b98e4c1bc81177d4e54a1a6dc6f3fa3062de74b64092c11e7d60f0dac7c031f Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 2 Sep 2014 18:41:30 +0000
Subject: [PATCH] OBS-URL:
https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=20
---
python-pygit2.spec | 3 +++
1 file changed, 3 insertions(+)
diff --git a/python-pygit2.spec b/python-pygit2.spec
index cb0f442..6348773 100644
--- a/python-pygit2.spec
+++ b/python-pygit2.spec
@@ -26,8 +26,11 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libgit2-devel
+BuildRequires: python-cffi
BuildRequires: python-devel
+BuildRequires: python-unittest2
BuildRequires: libopenssl-devel
+Requires: python-cffi
%description
Bindings for libgit2, a linkable C library for the Git version-control system.