diff options
-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 a8763f940f..345b0280ed 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() { |