From 16a8c2c5062bb2b57979862dce6119c4257973da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Thu, 18 Aug 2016 09:03:59 +0200 Subject: bump version requirement on PyGithub to get necessary bug fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1eed87..fe3ce2d 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup(name="mgarepo", ["bash-completion/mgarepo"]), ("/etc/", ["mgarepo.conf"]), ("share/man/man8/", ["mgarepo.8"])], - install_requires=['PyGithub>=1.26.0', 'httplib2', 'rpm-python'] + install_requires=['PyGithub>=1.27.1', 'httplib2', 'rpm-python'] ) # vim:ts=4:sw=4:et -- cgit v1.2.1