aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-influxdb
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-12-27 14:30:22 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-12-27 14:30:22 +0200
commit1d2a94f0ed4021be7bb9109a7b45bd977f7355ca (patch)
treee3e861b00ba0fbf3665bf77c628c22a0eab584fe /testing/py-influxdb
parentb62fd414822d65f36131c517a9c20d12d1b05770 (diff)
testing/py-influx: fix subpkg arch
Diffstat (limited to 'testing/py-influxdb')
-rw-r--r--testing/py-influxdb/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/py-influxdb/APKBUILD b/testing/py-influxdb/APKBUILD
index 600e01d2ccb..21633a6fe86 100644
--- a/testing/py-influxdb/APKBUILD
+++ b/testing/py-influxdb/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.0.0
pkgrel=0
pkgdesc="Python bindings for InfluxDB"
url="https://github.com/influxdata/influxdb-python"
-arch="noarch"
+arch="all"
license="MIT"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
depends=""
@@ -34,7 +34,6 @@ _py3() {
_py() {
local python=$1
- arch="all"
pkgdesc="$pkgdesc - $python"
depends="$depends $python"
install_if="$pkgname=$pkgver-r$pkgrel $python"