1config BR2_PACKAGE_PYTHON_GITDB2
2	bool "python-gitdb2"
3	select BR2_PACKAGE_PYTHON_SMMAP2 # runtime
4	select BR2_PACKAGE_PYTHON3_ZLIB
5	help
6	  GitDB allows you to access bare git repositories for reading
7	  and writing. It aims at allowing full access to loose objects
8	  as well as packs with performance and scalability in mind. It
9	  operates exclusively on streams, allowing to handle large
10	  objects with a small memory footprint.
11
12	  https://github.com/gitpython-developers/gitdb
13