aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-prawcore
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-07 09:50:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-07 09:50:33 -0300
commitae3440587cb98f86e31b8f35818206c0a4eca48a (patch)
tree2130e71f606737d7932e36eb5472b2ab93b2837b /testing/py3-prawcore
parentb7c783fca4c36799dd855419c4ab21ea9081b343 (diff)
downloadaports-ae3440587cb98f86e31b8f35818206c0a4eca48a.tar.bz2
aports-ae3440587cb98f86e31b8f35818206c0a4eca48a.tar.xz
testing/py3-prawcore: add missing py3-requests dependency
Also add options="net" for pypi fetching of betamax
Diffstat (limited to 'testing/py3-prawcore')
-rw-r--r--testing/py3-prawcore/APKBUILD6
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"