From 8800b60f549b12920a9022049960a4a529bfd3c9883ec7af7fdf7076cba70448 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 2 Sep 2014 18:19:22 +0000
Subject: [PATCH] OBS-URL:
https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=16
---
python-pygit2.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/python-pygit2.spec b/python-pygit2.spec
index f5c3f99..cb0f442 100644
--- a/python-pygit2.spec
+++ b/python-pygit2.spec
@@ -17,7 +17,7 @@
Name: python-pygit2
-Version: 0.21.0
+Version: 0.21.2
Release: 0
Url: http://github.com/dborowitz/pygit2
Summary: Python bindings for libgit2
@@ -28,9 +28,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libgit2-devel
BuildRequires: python-devel
BuildRequires: libopenssl-devel
-%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()")}
-%endif
%description
Bindings for libgit2, a linkable C library for the Git version-control system.