2
0

Fixing GitPython package name for RedHat OS family. Tested on CentOS 7.

This commit is contained in:
Tiago Teresa Teodósio 2016-05-30 13:50:16 +02:00
parent 4388d06963
commit 6690e8b103

View File

@ -29,6 +29,7 @@ that differ from whats in defaults.yaml
},
'RedHat': {
'pygit2': 'python-pygit2',
'python_git': 'GitPython',
'gitfs': {
'pygit2': {
'install_from_source': False,