diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-25 15:29:14 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-25 15:30:16 +0000 |
commit | f0288820411e6353f19e2dbb953106607e216982 (patch) | |
tree | ce94ac2ade3252b0ddca2d874e2b78bef2f20125 | |
parent | 03e34b1adafe3bbf545854f14971aa8e0142c1aa (diff) | |
download | aports-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.
-rw-r--r-- | testing/py-pandas/APKBUILD | 1 |
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" |