mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
python3-py7zr: remove importlib_metadata dependency
* only required until Python 3.8
This commit is contained in:
parent
cf3dc7fc06
commit
d1eabf63c2
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-py7zr'
|
# Template file for 'python3-py7zr'
|
||||||
pkgname=python3-py7zr
|
pkgname=python3-py7zr
|
||||||
version=0.16.4
|
version=0.16.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="py7zr-${version}"
|
wrksrc="py7zr-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-texttable python3-pycryptodomex python3-importlib_metadata
|
depends="python3-texttable python3-pycryptodomex
|
||||||
python3-Brotli python3-pyzstd python3-pyppmd python3-pybcj
|
python3-Brotli python3-pyzstd python3-pyppmd python3-pybcj
|
||||||
python3-multivolumefile"
|
python3-multivolumefile"
|
||||||
short_desc="7zip in python3 with various compressions, and AES encryption"
|
short_desc="7zip in python3 with various compressions, and AES encryption"
|
||||||
|
|
Loading…
Add table
Reference in a new issue