diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 19:22:28 -0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-04-05 23:18:27 +0000 |
commit | 4d844a264366a5b0f68adb74dec0fd40c4fb60d4 (patch) | |
tree | 3abec267293dbab26cc114c190a3b41a079dc180 /community/py3-pygit2/fix-1.0.patch | |
parent | ac37ceb0f12b3f155d249963e42a9f16dc58f311 (diff) | |
download | aports-4d844a264366a5b0f68adb74dec0fd40c4fb60d4.tar.bz2 aports-4d844a264366a5b0f68adb74dec0fd40c4fb60d4.tar.xz |
community/py3-pygit2: upgrade to 1.2.0
Diffstat (limited to 'community/py3-pygit2/fix-1.0.patch')
-rw-r--r-- | community/py3-pygit2/fix-1.0.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/community/py3-pygit2/fix-1.0.patch b/community/py3-pygit2/fix-1.0.patch deleted file mode 100644 index 81c183946b..0000000000 --- a/community/py3-pygit2/fix-1.0.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/types.h b/src/types.h -index 86104ffa..1ff222c8 100644 ---- a/src/types.h -+++ b/src/types.h -@@ -32,8 +32,8 @@ - #include <Python.h> - #include <git2.h> - --#if !(LIBGIT2_VER_MAJOR == 0 && LIBGIT2_VER_MINOR == 99 || LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 0) --#error You need a compatible libgit2 version (0.99.x or 1.0.x) -+#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 0) -+#error You need a compatible libgit2 version (1.0.x) - #endif - - /* |