From a33143c3a6b4213b2ba0f01fa0154a116b085882 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 7 Nov 2021 13:07:35 +0100 Subject: [PATCH] python3-pytest: remove unnecessary dependencies --- srcpkgs/python3-pytest/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template index 9db1ca76408..8c907f54b14 100644 --- a/srcpkgs/python3-pytest/template +++ b/srcpkgs/python3-pytest/template @@ -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"