kumquat-buildroot/package/python-git/Config.in
Thomas Petazzoni 0132f4748c package/python-git: new package
The files added by this commit are associated both to Nicolas Carrier
and myself in the DEVELOPERS, as this commit is based on initial work
from Nicolas.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-09-23 21:59:26 +02:00

14 lines
446 B
Plaintext

config BR2_PACKAGE_PYTHON_GIT
bool "python-git"
depends on BR2_PACKAGE_PYTHON3
depends on BR2_USE_MMU # git
select BR2_PACKAGE_GIT # runtime
select BR2_PACKAGE_PYTHON_GITDB2 # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # 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