From 98912d94bbd89a028183665bffd8b705a3ba066b Mon Sep 17 00:00:00 2001 From: Bart Ribbers <bribbers@disroot.org> Date: Wed, 28 Apr 2021 18:09:36 +0200 Subject: [PATCH] community/py3-requests-cache: move from testing and add missing net option --- {testing => community}/py3-requests-cache/APKBUILD | 1 + 1 file changed, 1 insertion(+) rename {testing => community}/py3-requests-cache/APKBUILD (96%) diff --git a/testing/py3-requests-cache/APKBUILD b/community/py3-requests-cache/APKBUILD similarity index 96% rename from testing/py3-requests-cache/APKBUILD rename to community/py3-requests-cache/APKBUILD index a8763f940f0a..345b0280ed65 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() { -- GitLab