summaryrefslogtreecommitdiffstats
path: root/rules/python3-zipp.in
blob: 7c71f9be26af86577eb9c5b5b7b8f5ea0855b7fa (plain)
1
2
3
4
5
6
7
8
## SECTION=python3

config PYTHON3_ZIPP
	tristate
	select PYTHON3
	prompt "zipp"
	help
	  A pathlib-compatible Zipfile object wrapper. A backport of the Path object.