python3-zipp: add missing python3 dependency
This commit is contained in:
parent
63fc490f37
commit
525608cf71
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-zipp'
|
||||
pkgname=python3-zipp
|
||||
version=3.5.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="zipp-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3"
|
||||
checkdepends="python3-jaraco"
|
||||
short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
|
||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||
|
|
Loading…
Reference in New Issue