python3-Werkzeug: add missing dependency python3-MarkupSafe.
This commit is contained in:
parent
12be99369e
commit
f878d27467
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue