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