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