From aa7a68b96b136450ef7f7cda1a2ca92609ee6f64 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 8 May 2022 16:47:20 +0200 Subject: [PATCH] python3-hcloud: remove unnecessary checkdepends --- srcpkgs/python3-hcloud/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hcloud/template b/srcpkgs/python3-hcloud/template index e0556027cb0..5b258486002 100644 --- a/srcpkgs/python3-hcloud/template +++ b/srcpkgs/python3-hcloud/template @@ -6,7 +6,7 @@ wrksrc="${pkgname/python3-/}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-future python3-dateutil" -checkdepends="${depends} python3-pytest-flake8 python3-isort python3-mock tox black" +checkdepends="${depends} python3-pytest python3-mock" short_desc="Official Hetzner Cloud python library" maintainer="Jan Christian Grünhage " license="MIT"