python3-MarkupSafe: add missing python3 dependency
This commit is contained in:
parent
624e505526
commit
c852c857a2
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-MarkupSafe'
|
# Template file for 'python3-MarkupSafe'
|
||||||
pkgname=python3-MarkupSafe
|
pkgname=python3-MarkupSafe
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="MarkupSafe-${version}"
|
wrksrc="MarkupSafe-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Implements a XML/HTML/XHTML Markup safe string for Python3"
|
short_desc="Implements a XML/HTML/XHTML Markup safe string for Python3"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue