aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pandas/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-04-25 15:29:14 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-25 15:30:16 +0000
commitf0288820411e6353f19e2dbb953106607e216982 (patch)
treece94ac2ade3252b0ddca2d874e2b78bef2f20125 /testing/py-pandas/APKBUILD
parent03e34b1adafe3bbf545854f14971aa8e0142c1aa (diff)
downloadaports-f0288820411e6353f19e2dbb953106607e216982.tar.bz2
aports-f0288820411e6353f19e2dbb953106607e216982.tar.xz
testing/py-pandas: remove subpkgarch
This is an internal variable that should not be used in APKBUILDs and prevents these packages from being added to the proper repository.
Diffstat (limited to 'testing/py-pandas/APKBUILD')
-rw-r--r--testing/py-pandas/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/py-pandas/APKBUILD b/testing/py-pandas/APKBUILD
index e06c5e3dd0..25a4f52c9c 100644
--- a/testing/py-pandas/APKBUILD
+++ b/testing/py-pandas/APKBUILD
@@ -39,7 +39,6 @@ _py() {
local python="$1"
pkgdesc="$pkgdesc ${python#python}"
depends="$depends $python"
- subpkgarch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"