python3-Werkzeug: add missing dependency python3-MarkupSafe.

This commit is contained in:
Joel Beckmeyer 2022-10-04 08:33:35 -04:00 committed by Andrew J. Hesford
parent 12be99369e
commit f878d27467
1 changed files with 3 additions and 3 deletions

View File

@ -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 <pulux@pf4sh.de>"
license="BSD-3-Clause"