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:
parent
1fcceb6c77
commit
3726543af0
1 changed files with 2 additions and 3 deletions
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'python3-pluggy'
|
||||
pkgname=python3-pluggy
|
||||
version=0.13.1
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="pluggy-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="pluggy"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-importlib_metadata"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest ${depends}"
|
||||
short_desc="Minimalist production ready plugin system (Python3)"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
|
Loading…
Reference in a new issue