python3-py7zr: remove importlib_metadata dependency

* only required until Python 3.8
This commit is contained in:
Michal Vasilek 2022-03-08 16:24:43 +01:00
parent cf3dc7fc06
commit d1eabf63c2

View file

@ -1,11 +1,11 @@
# Template file for 'python3-py7zr'
pkgname=python3-py7zr
version=0.16.4
revision=1
revision=2
wrksrc="py7zr-${version}"
build_style=python3-module
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-multivolumefile"
short_desc="7zip in python3 with various compressions, and AES encryption"