diff options
Diffstat (limited to 'community/py-greenlet/APKBUILD')
-rw-r--r-- | community/py-greenlet/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD index 2d01996cbf..c0ab2072cd 100644 --- a/community/py-greenlet/APKBUILD +++ b/community/py-greenlet/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.4.10 pkgrel=3 pkgdesc="Lightweight in-process concurrent programming" url="http://pypi.python.org/pypi/greenlet" -arch="noarch" +arch="all" license="MIT" depends="" makedepends="python2-dev py-setuptools python3-dev" @@ -28,7 +28,6 @@ package() { _py() { local python=$1 pkgdesc="$pkgdesc - $python" - arch="all" install_if="$pkgname=$pkgver-r$pkgrel $python" cd "$builddir" |