python3-pytest: add python3-setuptools runtime dep
Without this, pytest fails with missing a module Traceback (most recent call last): File "/usr/bin/py.test", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources'
This commit is contained in:
parent
7ceb3b1de5
commit
19175e62a2
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-pytest'
|
# Template file for 'python3-pytest'
|
||||||
pkgname=python3-pytest
|
pkgname=python3-pytest
|
||||||
version=5.3.5
|
version=5.3.5
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pytest-${version}"
|
wrksrc="pytest-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-py python3-packaging python3-attrs python3-more-itertools
|
depends="python3-py python3-packaging python3-attrs python3-more-itertools
|
||||||
python3-atomicwrites python3-pluggy python3-wcwidth"
|
python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools"
|
||||||
checkdepends="$depends python3-argcomplete python3-hypothesis python3-mock
|
checkdepends="$depends python3-argcomplete python3-hypothesis python3-mock
|
||||||
python3-nose python3-requests python3-parsing python3-xmlschema"
|
python3-nose python3-requests python3-parsing python3-xmlschema"
|
||||||
short_desc="Simple powerful testing with Python 3"
|
short_desc="Simple powerful testing with Python 3"
|
||||||
|
|
Loading…
Reference in a new issue