Merge pull request #5597 from logenkain/master

mailple: Added python-setuptools to depends
This commit is contained in:
Toyam Cox 2017-01-24 16:16:28 -05:00 committed by GitHub
commit e1d68cc83c

View file

@ -1,13 +1,13 @@
# Template file for 'mailpile'
pkgname=mailpile
version=0.5.2
revision=1
revision=2
wrksrc=Mailpile-${version}
noarch=yes
build_style=python2-module
hostmakedepends="python-setuptools"
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"
short_desc="Modern email client with user-friendly encryption and privacy features"
maintainer="Duncaen <duncaen@voidlinux.eu>"