summaryrefslogtreecommitdiffstats
path: root/testing/py-flask-mail
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2012-12-07 23:48:06 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2012-12-07 23:48:06 -0600
commit34deecc474157787234428fb3de242bea6a64b90 (patch)
treec79cf99143f097e9f0057f0d746851bdcddf4bf2 /testing/py-flask-mail
parent940bcf3ecc3fc3c29f595ccf43bc21108c8dd371 (diff)
downloadaports-34deecc474157787234428fb3de242bea6a64b90.tar.bz2
aports-34deecc474157787234428fb3de242bea6a64b90.tar.xz
testing/py-flask-mail: add py-blinker rdepends
Diffstat (limited to 'testing/py-flask-mail')
-rw-r--r--testing/py-flask-mail/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flask-mail/APKBUILD b/testing/py-flask-mail/APKBUILD
index 1abfe09cd..018a5d332 100644
--- a/testing/py-flask-mail/APKBUILD
+++ b/testing/py-flask-mail/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=py-flask-mail
pkgver=0.7.4
-pkgrel=1
+pkgrel=2
pkgdesc="SMTP mail client for the Flask microframework"
url="http://pypi.python.org/pypi/Flask-Mail"
arch="noarch"
license="BSD"
-depends="python py-flask"
+depends="python py-flask py-blinker"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""