python3-pytest: remove unnecessary dependencies
This commit is contained in:
parent
5592b2c7f4
commit
a33143c3a6
1 changed files with 3 additions and 4 deletions
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'python3-pytest'
|
||||
pkgname=python3-pytest
|
||||
version=6.2.5
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="pytest-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm python3-Sphinx"
|
||||
depends="python3-py python3-packaging python3-attrs python3-more-itertools
|
||||
python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools
|
||||
python3-iniconfig python3-toml"
|
||||
depends="python3-py python3-packaging python3-attrs python3-pluggy
|
||||
python3-iniconfig python3-toml python3-setuptools"
|
||||
checkdepends="$depends python3-argcomplete python3-hypothesis python3-mock
|
||||
python3-nose python3-requests python3-parsing python3-xmlschema"
|
||||
short_desc="Simple powerful testing with Python 3"
|
||||
|
|
Loading…
Reference in a new issue