aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-multidict
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-multidict')
-rw-r--r--community/py3-multidict/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/py3-multidict/APKBUILD b/community/py3-multidict/APKBUILD
index e1045b97ce..6e6a4d099a 100644
--- a/community/py3-multidict/APKBUILD
+++ b/community/py3-multidict/APKBUILD
@@ -13,6 +13,7 @@ makedepends="python3-dev py-setuptools"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
+options="!strip"
check() {
cd "$builddir"