summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2017-05-07 07:47:49 +0200
committerrazer2017-05-07 07:47:49 +0200
commit3fe656c2a851250bbcf9caf3bf711cdca7c641c0 (patch)
treed85f9a3c6264be74ae71309604ae45f9a3dd97bc
parentba6a9be9ec6daacf344fead51783483d6a454d37 (diff)
downloadaur-3fe656c2a851250bbcf9caf3bf711cdca7c641c0.tar.gz
Fix dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c7d4ba440bc..faaf4f9f84f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
url=" http://github.com/django/asgi_redis/"
license=('BSD')
makedepends=('python-setuptools')
-depends=('python' 'python-redis')
+depends=('python' 'python-redis' 'python-msgpack' 'python-asgiref')
source=("https://pypi.io/packages/source/a/asgi_redis/asgi_redis-${pkgver}.tar.gz")
md5sums=('0053239980ed0bf4b773434fcc4c552e')