mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-zipp: add missing python3 dependency
This commit is contained in:
parent
63fc490f37
commit
525608cf71
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-zipp'
|
# Template file for 'python3-zipp'
|
||||||
pkgname=python3-zipp
|
pkgname=python3-zipp
|
||||||
version=3.5.0
|
version=3.5.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="zipp-${version}"
|
wrksrc="zipp-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-jaraco"
|
checkdepends="python3-jaraco"
|
||||||
short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
|
short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
|
||||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue