From c793e3117fef4e29e6e15e709cb3954ee2eae738 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mar 19 2018 09:36:41 +0000 Subject: Update required pygit2 version Signed-off-by: Clement Verna --- diff --git a/files/pagure.spec b/files/pagure.spec index 5fbd517..1c4f7e5 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -29,7 +29,7 @@ BuildRequires: python-flask-wtf BuildRequires: python-flask-multistatic BuildRequires: python-markdown BuildRequires: python-psutil -BuildRequires: python-pygit2 >= 0.20.1 +BuildRequires: python-pygit2 >= 0.22.1 BuildRequires: python-pygments BuildRequires: python-fedora BuildRequires: python-openid @@ -61,7 +61,7 @@ Requires: python-flask-wtf Requires: python-flask-multistatic Requires: python-markdown Requires: python-psutil -Requires: python-pygit2 >= 0.20.1 +Requires: python-pygit2 >= 0.22.1 Requires: python-pygments Requires: python-fedora Requires: python-openid diff --git a/requirements.txt b/requirements.txt index 7ab025b..2320795 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ markdown munch Pillow psutil -pygit2 >= 0.20.1 +pygit2 >= 0.22.1 pygments python-openid python-openid-cla