From 540119c4a01678bc5cea47df05fcb3203f4f23ab Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 4 Oct 2022 08:33:35 -0400 Subject: [PATCH] python3-Werkzeug: add missing dependency python3-MarkupSafe. --- srcpkgs/python3-Werkzeug/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template index cc74734ba4f8..4fdf52d46b6b 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"