summaryrefslogtreecommitdiff
path: root/user/py3-jinja2
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-08-15 12:57:30 -0500
committerMax Rees <maxcrees@me.com>2019-08-15 12:57:30 -0500
commit92cfcd5f8394f189654d24febafd13475be83109 (patch)
tree07d46561c0df0c5dc76f813ae6697f1a82f12b5e /user/py3-jinja2
parent76d854f534d8e9b5d63f31d3ca9a38fc26ec7b16 (diff)
downloadpackages-92cfcd5f8394f189654d24febafd13475be83109.tar.gz
packages-92cfcd5f8394f189654d24febafd13475be83109.tar.bz2
packages-92cfcd5f8394f189654d24febafd13475be83109.tar.xz
packages-92cfcd5f8394f189654d24febafd13475be83109.zip
user/py3-jinja2: markupsafe is not just a checkdepends
Diffstat (limited to 'user/py3-jinja2')
-rw-r--r--user/py3-jinja2/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/py3-jinja2/APKBUILD b/user/py3-jinja2/APKBUILD
index 457262361..fae072169 100644
--- a/user/py3-jinja2/APKBUILD
+++ b/user/py3-jinja2/APKBUILD
@@ -5,14 +5,14 @@ _pkgname=Jinja2
_p="${_pkgname#?}"
_p="${_pkgname%"$_p"}"
pkgver=2.10.1
-pkgrel=0
+pkgrel=1
pkgdesc="A small but fast and easy to use stand-alone template engine written in pure python."
url="https://pypi.python.org/pypi/Jinja2"
arch="noarch"
license="BSD-3-Clause"
-depends="python3"
+depends="python3 py3-markupsafe"
makedepends="python3-dev"
-checkdepends="py3-pytest py3-markupsafe"
+checkdepends="py3-pytest"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"