aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-praw
diff options
context:
space:
mode:
authorKevin Daudt <ops@ikke.info>2018-09-17 18:52:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-27 06:18:40 +0000
commit5dc872ff2b7de65540e4f160c528d869b4485efb (patch)
tree74fcc5c0a22760060c268d661c4918d234ecc5fe /testing/py-praw
parent50ee3285c9dbc2c2f7082bd95e233b4c4fd045c8 (diff)
downloadaports-5dc872ff2b7de65540e4f160c528d869b4485efb.tar.bz2
aports-5dc872ff2b7de65540e4f160c528d869b4485efb.tar.xz
testing/py-praw: add missing dependency
The library depends on py-prawcore, but that package was missing and the dependency is missing.
Diffstat (limited to 'testing/py-praw')
-rw-r--r--testing/py-praw/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-praw/APKBUILD b/testing/py-praw/APKBUILD
index e2c51682f3..e9d7569b21 100644
--- a/testing/py-praw/APKBUILD
+++ b/testing/py-praw/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python module to access to reddit's API"
url="https://github.com/praw-dev/praw"
arch="noarch"
license="GPL-3.0-or-later"
-depends="py-update-checker py-requests py-six"
+depends="py-prawcore py-update-checker py-requests py-six"
makedepends="python2-dev py-setuptools python3-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="$_pkgname-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz