1
0

Accepting request 385998 from home:Zaitor:branches:devel:languages:python

Fix build in factory.

OBS-URL: https://build.opensuse.org/request/show/385998
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=28
This commit is contained in:
2016-04-08 09:48:27 +00:00
committed by Git OBS Bridge
parent fed868479c
commit ed2f2feae6
4 changed files with 18 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pygit2
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-pygit2
Version: 0.23.1
Version: 0.24.0
Release: 0
Url: http://github.com/dborowitz/pygit2
Summary: Python bindings for libgit2
@@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libgit2-devel >= 0.23
BuildRequires: python-cffi
BuildRequires: python-devel
BuildRequires: python-six
#BuildRequires: python-unittest2
BuildRequires: libopenssl-devel
BuildRequires: python-setuptools