From ef15dd675f111b4a2146cd05e32d635245a1a88b0639c8299e7c4adbc52375b9 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.