1config BR2_PACKAGE_PYTHON_GIT 2 bool "python-git" 3 depends on BR2_USE_MMU # git 4 select BR2_PACKAGE_GIT # runtime 5 select BR2_PACKAGE_PYTHON_GITDB2 # runtime 6 help 7 GitPython is a python library used to interact with git 8 repositories, high-level like git-porcelain, or low-level 9 like git-plumbing. 10 11 https://github.com/gitpython-developers/GitPython 12