blob: 183b377c4606e8265b5794580c3df43e250af067 [file] [log] [blame]
config BR2_PACKAGE_PYTHON_GIT
bool "python-git"
depends on BR2_USE_MMU # git
select BR2_PACKAGE_GIT # runtime
select BR2_PACKAGE_PYTHON_GITDB2 # runtime
help
GitPython is a python library used to interact with git
repositories, high-level like git-porcelain, or low-level
like git-plumbing.
https://github.com/gitpython-developers/GitPython