mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
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'
|
||||
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>"
|
||||
|
|
Loading…
Add table
Reference in a new issue