diff options
Diffstat (limited to 'testing/py3-prawcore/APKBUILD')
-rw-r--r-- | testing/py3-prawcore/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/py3-prawcore/APKBUILD b/testing/py3-prawcore/APKBUILD index a7ecea658b..9769a9189d 100644 --- a/testing/py3-prawcore/APKBUILD +++ b/testing/py3-prawcore/APKBUILD @@ -2,12 +2,14 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=py3-prawcore pkgver=1.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="a low-level communication layer for PRAW 4+" +options="net" # To fetch unpackaged test dependencies url="https://github.com/praw-dev/prawcore" arch="noarch" license="BSD-2-Clause" -depends="py3-setuptools" +depends="py3-setuptools py3-requests" +checkdepends="py3-mock" source="$pkgname-$pkgver.tar.gz::https://github.com/praw-dev/prawcore/archive/v$pkgver.tar.gz" builddir="$srcdir/prawcore-$pkgver" |