1
0
forked from pool/python-pygit2

- Add patch support-libgit-1.5.patch:

* Suppot libgit 1.5.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=68
This commit is contained in:
2022-07-21 14:45:28 +00:00
committed by Git OBS Bridge
parent f911a1ee67
commit 2792e03e4c
3 changed files with 20 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ Summary: Python bindings for libgit2
License: GPL-2.0-only
URL: https://github.com/libgit2/pygit2
Source: https://files.pythonhosted.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz
# PATCH-FIX-UPSTREAM based on gh#libgit2/pygit2#14b1df84060ea4ab085202382e80672ec1a104e3
Patch0: support-libgit-1.5.patch
BuildRequires: %{python_module cached-property}
BuildRequires: %{python_module cffi >= 1.4.0}
BuildRequires: %{python_module devel}