diff options
-rw-r--r-- | testing/py3-jinja2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-jinja2/APKBUILD b/testing/py3-jinja2/APKBUILD index 0babc26cbf..960b7c377c 100644 --- a/testing/py3-jinja2/APKBUILD +++ b/testing/py3-jinja2/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="small but fast and easy to use stand-alone template engine written in p url="http://jinja.pocoo.org/" arch="noarch" license="BSD" -depends="" +depends="python3 py3-markupsafe" makedepends="python3-dev py-setuptools" install="" subpackages="" |