aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-04-28 18:09:36 +0200
committerBart Ribbers <bribbers@disroot.org>2021-04-29 09:39:39 +0200
commit98912d94bbd89a028183665bffd8b705a3ba066b (patch)
treeae6fac21443fd4f6a7edbf19d4447b2591935c15
parent0a203d07fc9f4b65d5f97c94deb6fd49e2ffd54b (diff)
downloadaports-98912d94bbd89a028183665bffd8b705a3ba066b.tar.gz
aports-98912d94bbd89a028183665bffd8b705a3ba066b.tar.bz2
aports-98912d94bbd89a028183665bffd8b705a3ba066b.tar.xz
community/py3-requests-cache: move from testing and add missing net option
-rw-r--r--community/py3-requests-cache/APKBUILD (renamed from testing/py3-requests-cache/APKBUILD)1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/py3-requests-cache/APKBUILD b/community/py3-requests-cache/APKBUILD
index a8763f940f0..345b0280ed6 100644
--- a/testing/py3-requests-cache/APKBUILD
+++ b/community/py3-requests-cache/APKBUILD
@@ -12,6 +12,7 @@ depends="python3 py3-requests"
makedepends="py3-setuptools"
checkdepends="py3-mock"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+options="net" # Required for tests
builddir="$srcdir/$_pkgname-$pkgver"
prepare() {