Config.in 414 B

123456789101112
  1. config 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. select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
  7. help
  8. GitPython is a python library used to interact with git
  9. repositories, high-level like git-porcelain, or low-level
  10. like git-plumbing.
  11. https://github.com/gitpython-developers/GitPython