tox: 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:22:14 +07:00 committed by Piotr
parent 6fd68e7773
commit 47d131f637

View file

@ -1,10 +1,10 @@
# Template file for 'tox'
pkgname=tox
version=3.14.3
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-filelock python3-importlib_metadata python3-packaging
depends="python3-filelock python3-packaging
python3-pluggy python3-pytest python3-toml python3-virtualenv"
checkdepends="${depends} python3-flaky python3-pathlib2"
short_desc="Generic virtualenv management and test command line tool"