ports/devel/py-pygit2/files/patch-setup.py
Matthias Fechner 7410048bb7 Upgrade devel/libgit2 to 0.27.8 and required ports.
Reported by:	PORTSCOUT, swills
2019-01-31 14:13:42 +00:00

11 lines
388 B
Python

--- setup.py.orig 2019-01-30 21:54:31 UTC
+++ setup.py
@@ -154,7 +154,7 @@ setup(name='pygit2',
packages=['pygit2'],
package_data={'pygit2': ['decl.h']},
setup_requires=['cffi'],
- install_requires=['cffi', 'six', 'pycparser<2.18'],
+ install_requires=['cffi', 'six', 'pycparser<2.19'],
zip_safe=False,
cmdclass=cmdclass,
**extra_args)