mailple: Added python-setuptools to depends

This commit is contained in:
Logen Kain 2017-01-24 12:29:23 -07:00
parent a2a408c1af
commit 8b0ef86112

View file

@ -1,13 +1,13 @@
# Template file for 'mailpile' # Template file for 'mailpile'
pkgname=mailpile pkgname=mailpile
version=0.5.2 version=0.5.2
revision=1 revision=2
wrksrc=Mailpile-${version} wrksrc=Mailpile-${version}
noarch=yes noarch=yes
build_style=python2-module build_style=python2-module
hostmakedepends="python-setuptools" hostmakedepends="python-setuptools"
depends="python python-Jinja2 python-lxml python-MarkupSafe python-Pillow depends="python python-Jinja2 python-lxml python-MarkupSafe python-Pillow
python-spambayes python-pydns python-pgpdump gnupg" python-spambayes python-pydns python-pgpdump gnupg python-setuptools"
pycompile_module="static $pkgname" pycompile_module="static $pkgname"
short_desc="Modern email client with user-friendly encryption and privacy features" short_desc="Modern email client with user-friendly encryption and privacy features"
maintainer="Duncaen <duncaen@voidlinux.eu>" maintainer="Duncaen <duncaen@voidlinux.eu>"