diff options
-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" |