summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9cf8e348cc9..98c4692c1cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 15:25:59 UTC 2016
+# Thu Apr 28 16:06:05 UTC 2016
pkgbase = python-aiopg
pkgdesc = PostgreSQL driver for asyncio
pkgver = 0.9.2
@@ -8,7 +8,7 @@ pkgbase = python-aiopg
arch = any
license = MIT
makedepends = python-setuptools
- depends = python
+ depends = python-psycopg2
source = http://pypi.python.org/packages/source/a/aiopg/aiopg-0.9.2.tar.gz
sha256sums = 166c7f8ca40d49219ee815d8441ba720a7ddf44a3584354c83f52c028bd967ce
diff --git a/PKGBUILD b/PKGBUILD
index ffb180b97462..bfaffe171182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="PostgreSQL driver for asyncio"
arch=(any)
url="http://aiopg.readthedocs.org/"
license=('MIT')
-depends=('python')
+depends=('python-psycopg2')
makedepends=('python-setuptools')
source=("http://pypi.python.org/packages/source/a/aiopg/aiopg-$pkgver.tar.gz")