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

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