diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-12-27 14:30:22 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-12-27 14:30:22 +0200 |
commit | 1d2a94f0ed4021be7bb9109a7b45bd977f7355ca (patch) | |
tree | e3e861b00ba0fbf3665bf77c628c22a0eab584fe /testing/py-influxdb | |
parent | b62fd414822d65f36131c517a9c20d12d1b05770 (diff) | |
download | aports-1d2a94f0ed4021be7bb9109a7b45bd977f7355ca.tar.bz2 aports-1d2a94f0ed4021be7bb9109a7b45bd977f7355ca.tar.xz |
testing/py-influx: fix subpkg arch
Diffstat (limited to 'testing/py-influxdb')
-rw-r--r-- | testing/py-influxdb/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/py-influxdb/APKBUILD b/testing/py-influxdb/APKBUILD index 600e01d2cc..21633a6fe8 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" |