xref: /OK3568_Linux_fs/buildroot/package/python-git/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_GIT
2*4882a593Smuzhiyun	bool "python-git"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # git
5*4882a593Smuzhiyun	select BR2_PACKAGE_GIT # runtime
6*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_GITDB2 # runtime
7*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  GitPython is a python library used to interact with git
10*4882a593Smuzhiyun	  repositories, high-level like git-porcelain, or low-level
11*4882a593Smuzhiyun	  like git-plumbing.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/gitpython-developers/GitPython
14