diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template index cc74734ba4f..4fdf52d46b6 100644 --- a/srcpkgs/python3-Werkzeug/template +++ b/srcpkgs/python3-Werkzeug/template @@ -1,12 +1,12 @@ # Template file for 'python3-Werkzeug' pkgname=python3-Werkzeug version=2.2.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3" -checkdepends="python3-pytest python3-hypothesis python3-requests python3-MarkupSafe" +depends="python3-MarkupSafe" +checkdepends="python3-pytest python3-hypothesis python3-requests ${depends}" short_desc="Swiss Army knife of Python web development (Python3)" maintainer="Markus Berger " license="BSD-3-Clause"