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