diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 13:27:34 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 13:27:34 +0000 |
commit | d1fdfd6289ddc175deafdf84f49fd6fcff1487a4 (patch) | |
tree | 9be2faa5929ffb79745f4de11153d61ef59ab2b9 | |
parent | 82b6642e3e308d401b3201de567f2e9a05891df8 (diff) | |
download | aports-d1fdfd6289ddc175deafdf84f49fd6fcff1487a4.tar.bz2 aports-d1fdfd6289ddc175deafdf84f49fd6fcff1487a4.tar.xz |
testing/py3-jinja2: added py3-markupsafe depedency
-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="" |