Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 571914

Summary: app-admin/salt-2015.8.3: DeprecationWarning: winrepo git support now requires either GitPython or pygit2.
Product: Gentoo Linux Reporter: INODE64 Sistemas <web>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description INODE64 Sistemas 2016-01-14 17:31:10 UTC
when execute:

salt-run winrepo.update_git_repos

show this warning:

[WARNING ] /usr/lib64/python2.7/site-packages/salt/runners/winrepo.py:210: DeprecationWarning: winrepo git support now requires either GitPython or pygit2. Please install either GitPython >= 0.3 (or pygit2 >= 0.20.3 with libgit2 >= 0.20.0), clear out /srv/salt/win/repo, and restart the salt-master service.

after install dev-python/pygit2-0.23.3 run fine

Reproducible: Always