python3-MarkupSafe: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:00 +01:00
parent 624e505526
commit c852c857a2

View file

@ -1,11 +1,12 @@
# Template file for 'python3-MarkupSafe'
pkgname=python3-MarkupSafe
version=2.0.1
revision=1
revision=2
wrksrc="MarkupSafe-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Implements a XML/HTML/XHTML Markup safe string for Python3"
maintainer="Andrew J. Hesford <ajh@sideband.org>"