python3-pluggy: drop python3.8 backported deps

importlib_metadata is backport of Python 3.8's standard library for
older Python.

We've upgraded to Python 3.8, drop it.

See: https://importlib-metadata.readthedocs.io/en/latest/
This commit is contained in:
Đoàn Trần Công Danh 2020-01-28 10:26:36 +07:00 committed by Piotr
parent 1fcceb6c77
commit 3726543af0

View file

@ -1,13 +1,12 @@
# Template file for 'python3-pluggy' # Template file for 'python3-pluggy'
pkgname=python3-pluggy pkgname=python3-pluggy
version=0.13.1 version=0.13.1
revision=2 revision=3
archs=noarch archs=noarch
wrksrc="pluggy-${version}" wrksrc="pluggy-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="pluggy"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-importlib_metadata" depends="python3"
checkdepends="python3-pytest ${depends}" checkdepends="python3-pytest ${depends}"
short_desc="Minimalist production ready plugin system (Python3)" short_desc="Minimalist production ready plugin system (Python3)"
maintainer="Piotr Wójcik <chocimier@tlen.pl>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"