aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-psutil
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
commita2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch)
tree882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/py-psutil
parent84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff)
downloadaports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2
aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz
community/[various]: dont set arch in split function
Diffstat (limited to 'community/py-psutil')
-rw-r--r--community/py-psutil/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-psutil/APKBUILD b/community/py-psutil/APKBUILD
index cf7f23d31c..7287fd1f4f 100644
--- a/community/py-psutil/APKBUILD
+++ b/community/py-psutil/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.3.1
pkgrel=0
pkgdesc="A cross-platform process and system utilities module for Python"
url="https://github.com/giampaolo/psutil"
-arch="noarch"
+arch="all"
license="BSD"
depends=""
makedepends="$depends_dev linux-headers python2-dev python3-dev"
@@ -29,7 +29,6 @@ package() {
_py() {
local python=$1
pkgdesc="$pkgdesc - $python"
- arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"
$python setup.py install --prefix=/usr --root="$subpkgdir"