Merge pull request #1 from TiagoTT/patch-1

Fixing GitPython package name for RedHat OS family. Tested on CentOS 7.
This commit is contained in:
kabakaev 2016-05-30 14:56:44 +02:00
commit f16e012687
1 changed files with 1 additions and 0 deletions

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,